#11130: ffmpeg build fails with libavcodec/libx265.c
------------------------------------+-----------------------------------
             Reporter:  hydra3333   |                    Owner:  (none)
                 Type:  defect      |                   Status:  new
             Priority:  important   |                Component:  avcodec
              Version:  git-master  |               Resolution:
             Keywords:  build       |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------
Description changed by hydra3333:

Old description:

> Summary of the bug:
> 2023.08.06 ffmpeg build fails using MABS to build ffmpeg with
> libavcodec/libx265.c
>
> How to reproduce:
> {{{
> Build ffmpeg with libx265.
> Error arising apparently in ffmpeg code:
> src/libavcodec/libx265.c:802:59: note: expected 'x265_picture **' but
> argument is of type 'x265_picture *'
> make: *** [/build/ffmpeg-git/ffbuild/common.mak:81: libavcodec/libx265.o]
> Error 1
> make failed.
> }}}
>
> MABS has worked fine for years for building ffmpeg.
> Occasional build glitches with dependencies resolved by leaving them out
> or using a minor patch or waiting for upstream patches.
> In this case it looks like something to so with ffmpeg's
> src/libavcodec/libx265.c

New description:

 Summary of the bug:
 2023.08.06 ffmpeg build fails using MABS to build ffmpeg with
 libavcodec/libx265.c

 How to reproduce:
 {{{
 Build ffmpeg with libx265.
 Error arising apparently in ffmpeg code:
 src/libavcodec/libx265.c:802:59: note: expected 'x265_picture **' but
 argument is of type 'x265_picture *'
 make: *** [/build/ffmpeg-git/ffbuild/common.mak:81: libavcodec/libx265.o]
 Error 1
 make failed.
 }}}

 MABS has worked fine for years for building ffmpeg.
 Occasional build glitches with dependencies resolved by leaving them out
 or using a minor patch or waiting for upstream patches.
 In this case it looks like something to do with ffmpeg's
 src/libavcodec/libx265.c

--
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11130#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to