Wednesday, March 27, 2002, 17:30:42, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Trebuie inclus la compilare si e putin mai scirbos, daca te > intereseaza caut si-ti spun cum am facut eu.
Hai daca tot m-am bagat in vorba macar sa zic cum am facut, ca n-are ce sa strice. Urmeaza citatul pentru reteta de mplayer la cuptor cu cartofi natur. Mentionez ca eu instalez totul in /opt. ------------------------- Name : mplayer Version : 0.60 gcc : 2.95.3 X11 : 4.2.0 Linux xxx 2.4.16 #1 Tue Dec 4 21:13:12 EET 2001 i686 unknown First do the following: - unpack binaries-xxx dll's in /opt/mplayer/lib - get latest ffmpeg cvs (latest "stable" ffmpeg won't work) cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/ffmpeg login cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/ffmpeg co ffmpeg - replace mplayer/libavcodec with ffmpeg/libavcodec - copy ffmpeg/mangle.h to mplayer/ (trust me) - install divx4linux (it's a simple install.sh) - install lame Then run this: ./configure --prefix=/opt/mplayer --enable-gui --enable-win32 \ --enable-alsa --with-win32libdir=/opt/mplayer/lib --enable-tv \ --with-extraincdir="/opt/divx4linux/include:/opt/lame/include" \ --with-extralibdir="/opt/divx4linux/lib:/opt/lame/lib" make make install This gives you mplayer and mencoder with [de|en]coders from ffmpeg and divx4linux (video) and lame (audio). ------------------------- -- GZ --- Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to unsubscribe from this list.
