2016-09-06 10:14 GMT+02:00 Peter Steinbach <[email protected]>:
> $ ./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
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to