[MPlayer-users] svc checkout error ve_lavc
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Mar 14 00:19:02 CET 2013
Louis Gualtieri jr <lgualtierijr <at> yahoo.com> writes:
> ./configure --prefix=$INSTALL_DDIR --codecsdir=$INSTALL_DDIR/lib/codecs/ \
> --extra-cflags=-I/usr/local/cpffmpeg/include/
> --extra-ldflags=-L/usr/local/cpffmpeg/lib \
>
> --with-freetype-config=/usr/local/cpffmpeg/bin/freetype-config
> --yasm=/usr/local/cpffmpeg/bin/yasm
> make -j$cpu
> make install
> cp -f etc/codecs.conf $INSTALL_DDIR/etc/mplayer/codecs.conf
>
> Can I get guidance where I should place checking out an older version.
There are (at least) three possibilities:
You can add "--disable-mencoder" to the configure line
in your script, you can change "make -j$cpu" to
"make -j$cpu mplayer" in your scipt or you can
manually put last weeks FFmpeg into your newly
checked out MPlayer:
http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=refs/heads/release/1.2;sf=tgz
Carl Eugen
More information about the MPlayer-users
mailing list