[FFmpeg-trac] #3218(avcodec:closed): ffmpeg does not compile with the latest git of x264
FFmpeg
trac at avcodec.org
Wed Dec 11 13:37:26 CET 2013
#3218: ffmpeg does not compile with the latest git of x264
------------------------------------+-----------------------------------
Reporter: mmstick | Owner:
Type: defect | Status: closed
Priority: normal | Component: avcodec
Version: git-master | Resolution: invalid
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+-----------------------------------
Comment (by ubitux):
Was your script ever really linking with the x264 in /usr/local/lib? It
was likely linking to a system installed one, or maybe /usr/local/lib was
in your ld configuration.
Anyway, you can try --extra-ldflags=-L/usr/local/lib.
Note for developers: we should probably depend on pkg-config for the x264
probing so the linker flags are automatically added. I don't know when
x264 made available the .pc file though.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/3218#comment:26>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list