[FFmpeg-user] ERROR: Xext not found

Swapnil Singh swapnil.singh1520 at gmail.com
Fri Nov 29 06:45:18 CET 2013


Hi it is probably due to some missing packages...try installing
libXfixes,libXfixes-devel.If it does not work try X11proto-xext-dev
package.The problem is becoz of missing xtension from X11 service.Try your
compilation after that.
On Nov 29, 2013 1:49 AM, "Lou" <lou at lrcd.com> wrote:

> 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
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list