From d0aadc8497aafd7663d597db7a53240ea10c8bc5 Mon Sep 17 00:00:00 2001 From: nplourde Date: Wed, 3 Nov 2004 02:50:01 +0000 Subject: remove mac shlb support to use new helix codec for realvideo support on osx git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13861 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'etc/codecs.conf') diff --git a/etc/codecs.conf b/etc/codecs.conf index 23eec8d004..d6e7030832 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1105,7 +1105,7 @@ videocodec rv40mac status working fourcc RV40,rv40 driver realvid - dll "drv4.shlb" + dll "drvc.bundle/Contents/MacOS/drvc" out I420 videocodec rv30 @@ -1129,7 +1129,7 @@ videocodec rv30mac status working fourcc RV30,rv30 driver realvid - dll "drv3.shlb" + dll "drvc.bundle/Contents/MacOS/drvc" out I420 videocodec rv20 @@ -1153,7 +1153,7 @@ videocodec rv20mac status working fourcc RV20,rv20 driver realvid - dll "drv2.shlb" + dll "drv2.bundle/Contents/MacOS/drv2" out I420 ; others: @@ -1988,7 +1988,7 @@ audiocodec racookmac 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 @@ audiocodec rasiprmac 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 @@ audiocodec raatrcmac status working format 0x63727461 ; "atrc" driver realaud - dll "atrc.shlb" + dll "atrc.bundle/Contents/MacOS/atrc" audiocodec imaadpcm info "IMA ADPCM" -- cgit v1.2.3