View previous topic :: View next topic |
Author |
Message |
MrPaulAR n00b
Joined: 25 Jan 2003 Posts: 69
|
Posted: Fri Dec 26, 2008 10:18 pm Post subject: [SOLVED] ffmpeg Fails When Emerging |
|
|
Can anyone look at this error and let me know what's happening?
Quote: | >>> Source unpacked.
>>> Compiling source in /var/tmp/portage/media-video/ffmpeg-0.4.9_p20081014/work/ffmpeg ...
true
ERROR: x264 does not satisfy CPP condition: X264_BUILD >= 65
If you think configure made a mistake, make sure you are using the latest
version from SVN. If the latest version fails, report the problem to the
ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.err" produced by configure as this will help
solving the problem.
*
* ERROR: media-video/ffmpeg-0.4.9_p20081014 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2424: Called die
* The specific snippet of code:
* ./configure --prefix=/usr --libdir=/usr/$(get_libdir) --shlibdir=/usr/$(get_libdir) --mandir=/usr/share/man --enable-static --enable-shared --cc="$(tc-getCC)" ${myconf} || die "configure failed";
* The die message:
* configure failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/media-video/ffmpeg-0.4.9_p20081014/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-video/ffmpeg-0.4.9_p20081014/temp/environment'.
|
Last edited by MrPaulAR on Fri Dec 26, 2008 11:05 pm; edited 1 time in total |
|
Back to top |
|
|
Nerevar l33t
Joined: 31 May 2008 Posts: 720
|
Posted: Fri Dec 26, 2008 10:29 pm Post subject: |
|
|
You need a newer version of media-libs/x264. I'm using 0.0.20080819 with an older version of ffmpeg.
Code: | $ grep X264_BUILD /usr/include/x264.h
#define X264_BUILD 60 |
|
|
Back to top |
|
|
MrPaulAR n00b
Joined: 25 Jan 2003 Posts: 69
|
Posted: Fri Dec 26, 2008 11:04 pm Post subject: |
|
|
Thanks. That solved my problem.
|
|
Back to top |
|
|
|