On Tue, Apr 21, 2015 at 1:42 PM, aryan singh <[email protected]> wrote: > configuration: --prefix=/root/ffmpeg_build > --extra-cflags=-I/root/ffmpeg_build/include > --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin > --enable-gpl --enable-nonfree --enable-libfdk_aac --enable-libmp3lame > --enable-libvorbis --enable-libvpx --enable-libx264
You need to add --enable-libx265 when doing ./configure This may or may not work depending on how you built x265. There are a few threads on this: https://ffmpeg.org/pipermail/ffmpeg-user/2014-April/020954.html https://ffmpeg.org/pipermail/ffmpeg-user/2015-April/026026.html I stopped trying a few days ago due to lack of response from x265 devs. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
