I cant enable x265 in FFmpeg
I followed these instructions, but the problem still remains :Code:siraj@RouterX:~/ffmpeg_sources/ffmpeg$ PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \--prefix="$HOME/ffmpeg_build" \ > --extra-cflags="-I$HOME/ffmpeg_build/include" \ > --extra-ldflags="-L$HOME/ffmpeg_build/lib" \ > --bindir="$HOME/bin" \ > --pkg-config-flags="--static" \ > --enable-gpl \ > --enable-libass \ > --enable-libfdk-aac \ > --enable-libfreetype \ > --enable-libmp3lame \ > --enable-libopus \ > --enable-openssl \ > --enable-libvorbis \ > --enable-libvpx \ > --enable-libx264 \ > --enable-libx265 \ > --enable-nonfree ERROR: x265 not found using pkg-config If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net. Include the log file "ffbuild/config.log" produced by configure as this will help solve the problem.
https://bitbucket.org/multicoreware/x265/issues/125/x265-not-found-using-pkg-config
+ Reply to Thread
Results 1 to 4 of 4
-
-
This is a known issue for the media-autobuild_suite: The x265 team keeps using a "bool" data type, which is discouraged in many other projects because it is handled in different ways in different C/C++ compilers (e.g. MS Visual C++ 2012 / Visual Studio 11 handles it differently, doesn't like stdbool.h). It will be fixed soon™. In the meantime, you can go back to a x265 revision before commit c258d21.
-
A more elaborate fix is being proposed in the mailing list and will probably be available until tomorrow.
They will avoid a "bool" field in a structure and use an "int" instead.
Similar Threads
-
FFMPEG x265 10bit and virtualdub x265 10bit settings
By lilycarolyn in forum Video ConversionReplies: 11Last Post: 6th Jun 2016, 13:44 -
I found MEGUI X265 HEVC in MEGUI.ORG !!!!
By Stears555 in forum Video ConversionReplies: 11Last Post: 2nd Apr 2016, 14:00 -
DV50 not found error in Virtualdub
By Wilykit in forum Video ConversionReplies: 3Last Post: 13th Mar 2016, 00:21 -
Is x265 ready for Primetime.. Migrating From x264 to x265..
By RazorBurn in forum Video ConversionReplies: 83Last Post: 31st Jan 2016, 07:14 -
DVD Flick error 53 File not found workaround
By RowRowYourBoat in forum Newbie / General discussionsReplies: 3Last Post: 17th Oct 2014, 22:20