[FFmpeg-user] ERROR: Xext not found
Lou
lou at lrcd.com
Thu Nov 28 21:19:02 CET 2013
On Wed, Nov 27, 2013, at 05:32 AM, Luis LROR wrote:
> . / configure - enable-gpl - enable-libass - enable-libfaac -
> enable-libfdk-aac - enable-libmp3lame \
> - enable-libopencore-amrnb - enable-libopencore-amrwb -
> enable-libspeex
> - enable-librtmp - enable-libtheora \
> - enable-libvorbis - enable-libvpx - enable-x11grab - enable-libx264 -
> enable-nonfree - enable-version3
Unrelated:
You will not need libfaac if you're also including libfdk-aac:
https://trac.ffmpeg.org/wiki/AACEncodingGuide
Do you need --enable-librtmp? The native rtmp protocol support should
probably suffice.
People actually use AMR and speex these days?
> ERROR: xExt not found
--enable-x11grab requires some dependencies. In your case these are
probably fulfilled by the packages: libx11-dev libxext-dev
libxfixes-dev. If you do not need x11grab (to record the screen) then
remove --enable-x11grab.
> 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 at ffmpeg.org mailing list or IRC # ffmpeg on irc.freenode.net.
> Include the log file "config.log" produced by configure this will help
> solving the problem.
Generally the inclusion of the tail (or at least the last ~50 lines) of
config.log is recommended.
If you need help compiling for Debian see:
http://trac.ffmpeg.org/wiki/UbuntuCompilationGuide
More information about the ffmpeg-user
mailing list