Re: [FFmpeg-user] Ffmpeg build on Ubuntu

2015-12-04 Thread Nicolas George
Le quartidi 14 frimaire, an CCXXIV, Thomas Hehl a écrit : > ERROR: x265 not found using pkg-config If this is a snapshot of the latest hg tree, then it is probably because the "bool" bug. Add "#include " somewhere in the beginning of x265.h and it should work. Regards, -- Nicolas George

Re: [FFmpeg-user] Ffmpeg build on Ubuntu

2015-12-04 Thread Thomas Hehl
thomas@thomas-linux-box:~/ffmpeg_build$ ls -l /home/thomas/ffmpeg_build/lib/pkgconfig/x265.pc -rw-r--r-- 1 thomas thomas 259 Dec 3 14:06 /home/thomas/ffmpeg_build/lib/pkgconfig/x265.pc thomas@thomas-linux-box:~/ffmpeg_build$ pkg-config --libs x265 Package x265 was not found in the pkg-config

Re: [FFmpeg-user] Ffmpeg build on Ubuntu

2015-12-04 Thread Moritz Barsnick
On Fri, Dec 04, 2015 at 07:43:02 -0500, Thomas Hehl wrote: > thomas@thomas-linux-box:~/ffmpeg_sources/ffmpeg$ PATH="$HOME/bin:$PATH" > PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \ > > --prefix="$HOME/ffmpeg_build" \ > > --pkg-config-flags="--static" \ > >

Re: [FFmpeg-user] Ffmpeg build on Ubuntu

2015-12-04 Thread Thomas Hehl
So I continued with the build and when I did the really long path command inside of ffpmpeg, I got the following: thomas@thomas-linux-box:~/ffmpeg_sources/ffmpeg$ PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \ > --prefix="$HOME/ffmpeg_build" \ >

Re: [FFmpeg-user] Ffmpeg build on Ubuntu

2015-12-04 Thread Moritz Barsnick
On Fri, Dec 04, 2015 at 15:21:37 +0100, Nicolas George wrote: > If this is a snapshot of the latest hg tree, then it is probably because the > "bool" bug. Add "#include " somewhere in the beginning of x265.h > and it should work. From what I can tell, that was fixed here:

Re: [FFmpeg-user] Ffmpeg build on Ubuntu

2015-12-04 Thread Thomas Hehl
Made change to the header as requested and re-ran the build. Doesn't look like much has changed: thomas@thomas-linux-box:~/ffmpeg_sources/x265/build/linux$ make install Scanning dependencies of target common [ 1%] Building CXX object common/CMakeFiles/common.dir/x86/asm-primitives.cpp.o [ 25%]

Re: [FFmpeg-user] Ffmpeg build on Ubuntu

2015-12-04 Thread Thomas Hehl
Tried using that clone and still had the same build issue. On Fri, Dec 4, 2015 at 1:15 PM, Nicolas George wrote: > Le quartidi 14 frimaire, an CCXXIV, Moritz Barsnick a écrit : > > From what I can tell, that was fixed here: > > http://hg.videolan.org/x265/rev/86b915fdd88a > > >

Re: [FFmpeg-user] Ffmpeg build on Ubuntu

2015-12-04 Thread Nicolas George
Le quartidi 14 frimaire, an CCXXIV, Moritz Barsnick a écrit : > From what I can tell, that was fixed here: > http://hg.videolan.org/x265/rev/86b915fdd88a > > But it's worth a try. I was using a clone from: https://bitbucket.org/multicoreware/x265 It seems to be the one officially recommended,

Re: [FFmpeg-user] Ffmpeg build on Ubuntu

2015-12-04 Thread Thomas Hehl
Hmmm /tmp/ffconf.Ydk6LmVB.c:3:2: error: #error "unsatisfied condition: X264_MPEG2" #error "unsatisfied condition: X264_MPEG2" ^ check_pkg_config x265 x265.h x265_api_get pkg-config --exists --print-errors x265 check_func_headers x265.h x265_api_get -I/home/thomas/ffmpeg_build/include

Re: [FFmpeg-user] Ffmpeg build on Ubuntu

2015-12-04 Thread David Witten
Though I am not the OP fro the build problem in question, I can report that this failure occurred for me in the FFmpeg build process Wednesday, Dec 2. Everything was checked out fresh at that time. I was following the instructions for Linux 14.04 described on the FFmpeg build page. It did not

[FFmpeg-user] Ffmpeg build on Ubuntu

2015-12-03 Thread Thomas Hehl
I'm trying to build ffmpeg on my Ubuntu 15.10 box. I am following these instructions: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu Following the directions the first build I'm having to do is for libx265. I have followed the directions up until:

Re: [FFmpeg-user] Ffmpeg build on Ubuntu

2015-12-03 Thread Moritz Barsnick
On Thu, Dec 03, 2015 at 14:31:07 -0500, Thomas Hehl wrote: > Following the directions the first build I'm having to do is for libx265. I > have followed the directions up until: [...] > thomas@thomas-linux-box:~/ffmpeg_sources/x265/build/linux$ make distclean > make: *** No rule to make target