diff options
author | Chris White <chriswhite@gentoo.org> | 2005-03-18 21:23:55 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-03-18 21:23:55 +0000 |
commit | ffbebc3698b09b11d765970583e108fce0470c1c (patch) | |
tree | 4067dd229e2f5006adb866f9f75bbb3b9ec91b5e /media-video/mplayer/files | |
parent | Adjusted mplayer mmx2 to mmxext USE flag. (diff) | |
download | historical-ffbebc3698b09b11d765970583e108fce0470c1c.tar.gz historical-ffbebc3698b09b11d765970583e108fce0470c1c.tar.bz2 historical-ffbebc3698b09b11d765970583e108fce0470c1c.zip |
Fixed bugs #85642 #85534 #83609 #83546. Pre6 gets a revbump because it uses RealPlayer's codecs instead of win32codecs and because of new 3gp codec support.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-video/mplayer/files')
-rw-r--r-- | media-video/mplayer/files/digest-mplayer-1.0_pre6-r1 (renamed from media-video/mplayer/files/digest-mplayer-1.0_pre6) | 0 | ||||
-rw-r--r-- | media-video/mplayer/files/mplayer-1.0_pre6-codecs.patch | 62 |
2 files changed, 62 insertions, 0 deletions
diff --git a/media-video/mplayer/files/digest-mplayer-1.0_pre6 b/media-video/mplayer/files/digest-mplayer-1.0_pre6-r1 index 7404a626c723..7404a626c723 100644 --- a/media-video/mplayer/files/digest-mplayer-1.0_pre6 +++ b/media-video/mplayer/files/digest-mplayer-1.0_pre6-r1 diff --git a/media-video/mplayer/files/mplayer-1.0_pre6-codecs.patch b/media-video/mplayer/files/mplayer-1.0_pre6-codecs.patch new file mode 100644 index 000000000000..6a6d7d5f7e1f --- /dev/null +++ b/media-video/mplayer/files/mplayer-1.0_pre6-codecs.patch @@ -0,0 +1,62 @@ +--- etc/codecs.conf.old 2004-12-17 22:30:29.000000000 +0900 ++++ etc/codecs.conf 2005-03-19 04:43:19.000000000 +0900 +@@ -893,6 +893,7 @@ + status working + fourcc H263,U263,h263,X263 + fourcc viv1 h263 ++ fourcc s263 + driver ffmpeg + dll h263 + out YV12,I420,IYUV +@@ -1104,6 +1105,15 @@ + dll "drv43260.dll" + out I420 + ++videocodec rv40real ++ info "Real RV40 decoder" ++ status working ++ fourcc RV40,rv40 ++ fourcc RV30,rv30 ++ driver realvid ++ dll "drvc.so" ++ out I420 ++ + videocodec rv40mac + info "Mac OS X RealPlayer 9 RV40 decoder" + status working +@@ -1141,7 +1151,7 @@ + status working + fourcc RV20,rv20 + driver realvid +- dll "drv2.so.6.0" ++ dll "drv2.so" + out I420 + + videocodec rv20win +@@ -1997,7 +2007,7 @@ + status working + format 0x6B6F6F63 ; "cook" + driver realaud +- dll "cook.so.6.0" ++ dll "cook.so" + + audiocodec racookwin + info "Win32 RealAudio COOK" +@@ -2018,7 +2028,7 @@ + status working + format 0x72706973 ; "sipr" + driver realaud +- dll "sipr.so.6.0" ++ dll "sipr.so" + + audiocodec rasiprwin + info "Win32 RealAudio Sipro" +@@ -2039,7 +2049,7 @@ + status working + format 0x63727461 ; "atrc" + driver realaud +- dll "atrc.so.6.0" ++ dll "atrc.so" + + audiocodec raatrcwin + info "Win32 RealAudio ATRAC3" |