User Tools

Site Tools


software:mplayer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
software:mplayer [2008/03/06 21:21] kratz00software:mplayer [2011/02/03 17:27] kratz00
Line 1: Line 1:
 http://www.mplayerhq.hu/ http://www.mplayerhq.hu/
  
-http://www7.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc2.tar.bz2+Required[[software::yasm]]
  
-Security patches:\\  +<code> 
-http://www.mplayerhq.hu/MPlayer/patches/stream_cddb_fix_20080120.diff\\  +svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer 
-http://www.mplayerhq.hu/MPlayer/patches/url_fix_20080120.diff\\  +</code>
-http://www.mplayerhq.hu/MPlayer/patches/demux_mov_fix_20080129.diff\\  +
-http://www.mplayerhq.hu/MPlayer/patches/demux_audio_fix_20080129.diff\\ +
  
 <code> <code>
-patch -p0 -i ../stream_cddb_fix_20080120.diff && 
-patch -p0 -i ../url_fix_20080120.diff && 
-patch -p0 -i ../demux_mov_fix_20080129.diff && 
-patch -p0 -i ../demux_audio_fix_20080129.diff && 
 ./configure --prefix=/usr --confdir=/etc/mplayer --enable-largefiles \ ./configure --prefix=/usr --confdir=/etc/mplayer --enable-largefiles \
---win32codecsdir=/usr/lib/mplayer/codecs --codecsdir=/usr/lib/mplayer/codecs +--codecsdir=/usr/lib/mplayer/codecs --disable-lirc --disable-lircc --disable-vdpau 
---realcodecsdir=/usr/lib/mplayer/codecs --disable-lirc --disable-lircc && +--extra-cflags=-I/usr/lib/mplayer/codecs/live && 
-make +make</code>
-</code>+
  
 <code> <code>
 make install && make install &&
-install -m644 etc/codecs.conf /etc/mplayer && +install -m644 etc/*.conf /etc/mplayer</code>
-install -m644 etc/*.conf /etc/mplayer +
-</code>+
  
 ==== RTSP/RTP streaming support for MPlayer ==== ==== RTSP/RTP streaming support for MPlayer ====
 http://www.live555.com/liveMedia/ http://www.live555.com/liveMedia/
  
-http://www.live555.com/liveMedia/public/live.2008.02.08.tar.gz+http://www.live555.com/liveMedia/public/live.2011.01.24.tar.gz
  
 <code> <code>
 ./genMakefiles linux && ./genMakefiles linux &&
 make && make &&
-cd .. +cd ..</code>
-</code>+
  
 <code> <code>
-mv live /usr/lib/mplayer/codecs/ +mv live /usr/lib/mplayer/codecs/</code> 
-</code>+
 And now it's time to recompile MPlayer and to add And now it's time to recompile MPlayer and to add
 <code> <code>
---with-extraincdir=/usr/lib/mplayer/codecs/live/  +--extra-cflags=-I/usr/lib/mplayer/codecs/live</code>
-</code>+
 to the configure call. to the configure call.
software/mplayer.txt · Last modified: 2012/07/07 18:49 by kratz00