2016-09-16 14:31 GMT+02:00 Peter Steinbach <[email protected]>: > Just to confirm the following does the static linking that I aspired to: > ./configure --prefix=${HOME}/software/ffmpeg/3.0.2-x264-hevc-static > --disable-shared --enable-pic --enable-libx264 --enable-libx265 --enable-gpl > --extra-ldflags="${HOME}/software/x264/master-static/lib/libx264.a > ${HOME}/software/x265/master-static/lib/libx265.a" ... more flags ...
--disable-shared has no effect, --enable-pic generally either has no effect, or an undesirable effect. I am not completely convinced that your extra ld flags would fix the issue for everybody. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
