[Libav-user] statically linking x264 and x265 into ffmpeg
Carl Eugen Hoyos
ceffmpeg at gmail.com
Tue Sep 6 13:04:09 EEST 2016
2016-09-06 10:14 GMT+02:00 Peter Steinbach <steinbach at scionics.de>:
> $ ./configure --prefix=/tmp/master-x264-x265-minimal --enable-static
> --enable-pic --disable-everything --disable-programs --enable-libx264
> --enable-libx265 --enable-gpl
>
> When running "make V=1" and inspecting the gcc calls, I can
> however not see where both libx26* are linked into ffmpeg
That is because your configure line requests not to link ffmpeg,
it requests not to link any binary, so no libraries can ever be
linked.
Carl Eugen
More information about the Libav-user
mailing list