[Mplayer-cvslog] CVS: main/etc codecs.conf,1.370,1.371

Nicolas Plourde CVS syncmail at mplayerhq.hu
Wed Nov 3 03:48:35 CET 2004


CVS change done by Nicolas Plourde CVS

Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv26329/etc

Modified Files:
	codecs.conf 
Log Message:
remove mac shlb support to use new helix codec for realvideo support on osx

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.370
retrieving revision 1.371
diff -u -r1.370 -r1.371
--- codecs.conf	31 Oct 2004 13:46:35 -0000	1.370
+++ codecs.conf	3 Nov 2004 02:48:32 -0000	1.371
@@ -1105,7 +1105,7 @@
   status working
   fourcc RV40,rv40
   driver realvid
-  dll "drv4.shlb"
+  dll "drvc.bundle/Contents/MacOS/drvc"
   out I420
 
 videocodec rv30
@@ -1129,7 +1129,7 @@
   status working
   fourcc RV30,rv30
   driver realvid
-  dll "drv3.shlb"
+  dll "drvc.bundle/Contents/MacOS/drvc"
   out I420
 
 videocodec rv20
@@ -1153,7 +1153,7 @@
   status working
   fourcc RV20,rv20
   driver realvid
-  dll "drv2.shlb"
+  dll "drv2.bundle/Contents/MacOS/drv2"
   out I420
 
 ; others:
@@ -1988,7 +1988,7 @@
   status working
   format 0x6B6F6F63 ; "cook"
   driver realaud
-  dll "cook.shlb"
+  dll "cook.bundle/Contents/MacOS/cook"
 
 audiocodec rasipr
   info "RealAudio Sipro"
@@ -2009,7 +2009,7 @@
   status working
   format 0x72706973 ; "sipr"
   driver realaud
-  dll "sipr.shlb"
+  dll "sipr.bundle/Contents/MacOS/sipr"
 
 audiocodec raatrc
   info "RealAudio ATRAC3"
@@ -2030,7 +2030,7 @@
   status working
   format 0x63727461 ; "atrc"
   driver realaud
-  dll "atrc.shlb"
+  dll "atrc.bundle/Contents/MacOS/atrc"
 
 audiocodec imaadpcm
   info "IMA ADPCM"




More information about the MPlayer-cvslog mailing list