[MPlayer-users] svc checkout error ve_lavc

Louis Gualtieri jr lgualtierijr at yahoo.com
Wed Mar 13 01:31:43 CET 2013


I'm not really sure where to check our an older version. This is how I have been currently doing the process:

export cpu=`cat "/proc/cpuinfo" | grep "processor"|wc -l`
export TMPDIR=$HOME/tmp
_package='mplayer.tar.gz'
clear
sleep 2
echo -e $RED"Installation of $_package ....... started"$RESET

cd $INSTALL_SDIR/
rm -rf mplayer*
#wget $SOURCE_URL/$_package
#tar -xvzf $_package
/usr/local/cpffmpeg/bin/svn  checkout  svn://svn.mplayerhq.hu/mplayer/trunk mplayer
cd mplayer/
svn update
./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.


________________________________
 From: Carl Eugen Hoyos <cehoyos at ag.or.at>
To: mplayer-users at mplayerhq.hu 
Sent: Tuesday, March 12, 2013 7:31 PM
Subject: Re: [MPlayer-users] svc checkout error ve_lavc
 
Louis Gualtieri jr <lgualtierijr <at> yahoo.com> writes:

> libmpcodecs/ve_lavc.c:278: error: 'CODEC_FLAG_CBP_RD' undeclared here

Use --disable-mencoder or make mplayer or checkout 
an older FFmpeg version (or release/1.2) until 
this is fixed.

Carl Eugen

_______________________________________________
MPlayer-users mailing list
MPlayer-users at mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users


More information about the MPlayer-users mailing list