[arch-commits] CVS update of extra/multimedia/mplayer (3 files)

Thomas Baechler thomas at archlinux.org
Tue Nov 6 08:06:49 UTC 2007


    Date: Tuesday, November 6, 2007 @ 09:06:49
  Author: thomas
    Path: /home/cvs-extra/extra/multimedia/mplayer

 Removed: aalib-configure.patch (1.1) aviheader.patch (1.1) dmo.patch (1.1)

clean up mplayer cvs dir


-----------------------+
 aalib-configure.patch |   11 -----------
 aviheader.patch       |   24 ------------------------
 dmo.patch             |   10 ----------
 3 files changed, 45 deletions(-)


Index: extra/multimedia/mplayer/aalib-configure.patch
diff -u extra/multimedia/mplayer/aalib-configure.patch:1.1 extra/multimedia/mplayer/aalib-configure.patch:removed
--- extra/multimedia/mplayer/aalib-configure.patch:1.1	Sun Oct 29 00:51:42 2006
+++ extra/multimedia/mplayer/aalib-configure.patch	Tue Nov  6 09:06:49 2007
@@ -1,11 +0,0 @@
---- MPlayer-1.0rc1.orig/configure	2006-10-28 22:32:11.000000000 +0200
-+++ MPlayer-1.0rc1/configure	2006-10-28 22:30:04.000000000 +0200
-@@ -4193,6 +4193,8 @@
-   _def_aa='#define HAVE_AA 1'
-   if cygwin ; then
-     _ld_aa=`aalib-config --libs | cut -d " " -f 2,5,6`
-+  else
-+    _ld_aa=`aalib-config --libs`
-   fi
-   _vosrc="$_vosrc vo_aa.c"
-   _vomodules="aa $_vomodules"
Index: extra/multimedia/mplayer/aviheader.patch
diff -u extra/multimedia/mplayer/aviheader.patch:1.1 extra/multimedia/mplayer/aviheader.patch:removed
--- extra/multimedia/mplayer/aviheader.patch:1.1	Sun Sep 16 19:01:01 2007
+++ extra/multimedia/mplayer/aviheader.patch	Tue Nov  6 09:06:49 2007
@@ -1,24 +0,0 @@
---- trunk/libmpdemux/aviheader.c	2007/08/01 09:01:28	23985
-+++ trunk/libmpdemux/aviheader.c	2007/09/13 15:18:57	24447
-@@ -233,16 +233,16 @@
- 	  
-       print_avisuperindex_chunk(s,MSGL_V);
-       
--      if( ((chunksize/4)/s->wLongsPerEntry) < s->nEntriesInUse){
--        mp_msg (MSGT_HEADER, MSGL_WARN, "Broken super index chunk\n");
--        s->nEntriesInUse = (chunksize/4)/s->wLongsPerEntry;
--      }
--
-       // Check and fix this useless crap
-       if(s->wLongsPerEntry != sizeof (avisuperindex_entry)/4) {
-           mp_msg (MSGT_HEADER, MSGL_WARN, "Broken super index chunk size: %u\n",s->wLongsPerEntry);
-           s->wLongsPerEntry = sizeof(avisuperindex_entry)/4;
-       }
-+      if( ((chunksize/4)/s->wLongsPerEntry) < s->nEntriesInUse){
-+        mp_msg (MSGT_HEADER, MSGL_WARN, "Broken super index chunk\n");
-+        s->nEntriesInUse = (chunksize/4)/s->wLongsPerEntry;
-+      }
-+
-       s->aIndex = calloc(s->nEntriesInUse, sizeof (avisuperindex_entry));
-       s->stdidx = calloc(s->nEntriesInUse, sizeof (avistdindex_chunk));
- 
Index: extra/multimedia/mplayer/dmo.patch
diff -u extra/multimedia/mplayer/dmo.patch:1.1 extra/multimedia/mplayer/dmo.patch:removed
--- extra/multimedia/mplayer/dmo.patch:1.1	Sun Apr  8 09:30:25 2007
+++ extra/multimedia/mplayer/dmo.patch	Tue Nov  6 09:06:49 2007
@@ -1,10 +0,0 @@
---- trunk/loader/dmo/DMO_VideoDecoder.c	2007/01/26 09:21:22	22019
-+++ trunk/loader/dmo/DMO_VideoDecoder.c	2007/02/11 17:55:49	22204
-@@ -119,6 +119,7 @@
-      
-         this->iv.m_bh = malloc(bihs);
-         memcpy(this->iv.m_bh, format, bihs);
-+        this->iv.m_bh->biSize = bihs;
- 
-         this->iv.m_State = STOP;
-         //this->iv.m_pFrame = 0;




More information about the arch-commits mailing list