>> Am 08.11.2016 um 00:36 schrieb William Morgan: >> >>> I'm using version 3.2 (using wget as shown on the compilation guide page)
Please understand that only current git head is supported here. 2016-11-08 1:20 GMT+01:00 William Morgan <[email protected]>: > Why not? Because it seemed redundant to simply copy what is already there. > But if you insist, here it is: (Your tone is not helpful) > PATH="$HOME/bin:$PATH" > PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \ > --prefix="$HOME/ffmpeg_build" \ > --pkg-config-flags="--static" \ > --extra-cflags="-I$HOME/ffmpeg_build/include" \ > --extra-ldflags="-L$HOME/ffmpeg_build/lib" \ > --bindir="$HOME/bin" \ > --enable-gpl \ > --enable-libass \ > --enable-libfdk-aac \ > --enable-libfreetype \ > --enable-libmp3lame \ > --enable-libopus \ > --enable-libtheora \ > --enable-libvorbis \ > --enable-libvpx \ > --enable-libx264 \ > --enable-libx265 \ > --enable-nonfree Could you try "./configure --enable-libvpx && make ffmpeg"? Is there a reason you need a static binary? And if you need it, why don't you download one? Just in case: The site you visited is a wiki and anybody can edit it, I don't know if developers have ever tested what is written there. Please avoid top-posting here, Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
