diff options
-rw-r--r-- | multimedia/gmplayer/distinfo | 3 | ||||
-rw-r--r-- | multimedia/mplayer-share/distinfo | 3 | ||||
-rw-r--r-- | multimedia/mplayer-share/patches/patch-af | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/multimedia/gmplayer/distinfo b/multimedia/gmplayer/distinfo index 956c710771a..f32327686c6 100644 --- a/multimedia/gmplayer/distinfo +++ b/multimedia/gmplayer/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.47 2007/06/07 13:19:54 tron Exp $ +$NetBSD: distinfo,v 1.48 2007/07/05 05:18:50 wiz Exp $ SHA1 (gmplayer-1.0rc9-20060123/AlienMind-1.2.tar.bz2) = 34370da1e003e4accceae194a63483aa6eebc4dc RMD160 (gmplayer-1.0rc9-20060123/AlienMind-1.2.tar.bz2) = f3fda7d44a59f98097162f76d0a0d58840974998 @@ -68,6 +68,7 @@ SHA1 (patch-ab) = 29bf59ecb3d283708ae1c5002d1fa71cac627cc9 SHA1 (patch-ac) = 6d0de4bd41d9842ea1bf46e9fbe60bf6a943b913 SHA1 (patch-ad) = d0b72eaa5e63d2cfd7828ea1a9973f1728c607b5 SHA1 (patch-ae) = b725fce8f4dfb7b06f6de388265ce317f22824e9 +SHA1 (patch-af) = c450e4deba228328460b2fef236721e01b9ce112 SHA1 (patch-ah) = 7aeb9f04d622fcad8c40dc9edbb0a58277fc622b SHA1 (patch-ai) = bcf45db81587d99fc69ae5fcf89ff4a4b8f6f53c SHA1 (patch-aj) = 40ba1625f85f0264628013ad0209aa095e8e5d3f diff --git a/multimedia/mplayer-share/distinfo b/multimedia/mplayer-share/distinfo index 8a2e31f42ed..201e5c031b5 100644 --- a/multimedia/mplayer-share/distinfo +++ b/multimedia/mplayer-share/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.40 2007/06/08 10:07:17 tron Exp $ +$NetBSD: distinfo,v 1.41 2007/07/05 05:18:50 wiz Exp $ SHA1 (mplayer-1.0rc9/MPlayer-1.0rc1.tar.bz2) = a450c0b0749c343a8496ba7810363c9d46dfa73c RMD160 (mplayer-1.0rc9/MPlayer-1.0rc1.tar.bz2) = 8cea02e832aec5d9e090829d61d0f131dcc177a2 @@ -8,6 +8,7 @@ SHA1 (patch-ab) = 29bf59ecb3d283708ae1c5002d1fa71cac627cc9 SHA1 (patch-ac) = 6d0de4bd41d9842ea1bf46e9fbe60bf6a943b913 SHA1 (patch-ad) = d0b72eaa5e63d2cfd7828ea1a9973f1728c607b5 SHA1 (patch-ae) = b725fce8f4dfb7b06f6de388265ce317f22824e9 +SHA1 (patch-af) = c450e4deba228328460b2fef236721e01b9ce112 SHA1 (patch-ah) = 7aeb9f04d622fcad8c40dc9edbb0a58277fc622b SHA1 (patch-ai) = bcf45db81587d99fc69ae5fcf89ff4a4b8f6f53c SHA1 (patch-aj) = 40ba1625f85f0264628013ad0209aa095e8e5d3f diff --git a/multimedia/mplayer-share/patches/patch-af b/multimedia/mplayer-share/patches/patch-af new file mode 100644 index 00000000000..6668f773e06 --- /dev/null +++ b/multimedia/mplayer-share/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.3 2007/07/05 05:18:51 wiz Exp $ + +--- libavcodec/h264.c.orig 2006-10-22 22:32:34.000000000 +0000 ++++ libavcodec/h264.c +@@ -6034,7 +6034,7 @@ static int inline get_cabac_cbf_ctx( H26 + return ctx + 4 * cat; + } + +-static const __attribute((used)) uint8_t last_coeff_flag_offset_8x8[63] = { ++const __attribute((used)) uint8_t last_coeff_flag_offset_8x8[63] = { + 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, |