[FFmpeg-user] Compiling FFMPEG with ffplay support
Tim Nicholson
tim.nicholson at bbc.co.uk
Tue Mar 29 11:06:26 CEST 2011
On 29/03/11 09:13, Stas Oskin wrote:
> Hi.
>
> Did the compilation parameters changed in recent FFMPEG version?
>
> Configuring the FFMPEG like this:
> ./configure --prefix=/usr --enable-pthreads
>
> Does not produce ffplay anymore.
>
> I tried to add --enable-ffplay, without any result.
>
> Any idea what I'm missing?
>
./configure \
--prefix=/usr/local --shlibdir=/usr/local/lib64 --libdir=/usr/local/lib64 \
--mandir=/usr/local/man --incdir=/usr/local/include \
--enable-gpl --enable-nonfree --enable-version3 \
--enable-x11grab --enable-libdc1394 \
--enable-avfilter --enable-pthreads \
--enable-postproc --enable-libvpx \
--enable-libx264 --enable-libxvid \
--enable-libopencore-amrnb --enable-libopencore-amrwb \
--enable-libdirac --enable-libschroedinger \
--enable-libmp3lame --enable-libfaac \
--enable-libtheora --enable-libvorbis \
--enable-libfreetype --enable-filter=drawtext \
--enable-static \
--disable-shared
Compiled ffplay along with ffmpeg ffserver & ffprobe yesterday with a
git pull.... so I don't think so.
--
Tim
More information about the ffmpeg-user
mailing list