[Mplayer-cvslog] CVS: main/libmpcodecs/native svq1.c,1.4,1.5
    Arpi of Ize 
    arpi at mplayerhq.hu
       
    Fri Nov  1 17:40:24 CET 2002
    
        - Previous message: [Mplayer-cvslog] CVS: main configure,1.593,1.594
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs ad.c,1.11,1.12 ad_hwac3.c,1.7,1.8 ad_liba52.c,1.7,1.8 ad_mp3lib.c,1.4,1.5 vd.c,1.60,1.61 vd_libmpeg2.c,1.16,1.17 vd_svq1.c,1.6,1.7
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/mplayer/main/libmpcodecs/native
In directory mail:/var/tmp.root/cvs-serv18414/native
Modified Files:
	svq1.c 
Log Message:
usage of libmpeg2, liba52, mp3lib & svq1 can be disabled
Index: svq1.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/native/svq1.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- svq1.c	9 Jul 2002 20:38:21 -0000	1.4
+++ svq1.c	1 Nov 2002 16:40:15 -0000	1.5
@@ -26,6 +26,9 @@
 #include <unistd.h>
 
 #include "../../config.h"
+
+#ifdef USE_SVQ1
+
 #include "bswap.h"
 
 /* variable length (bit) code */
@@ -793,3 +796,4 @@
   }
 }
 
+#endif
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main configure,1.593,1.594
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs ad.c,1.11,1.12 ad_hwac3.c,1.7,1.8 ad_liba52.c,1.7,1.8 ad_mp3lib.c,1.4,1.5 vd.c,1.60,1.61 vd_libmpeg2.c,1.16,1.17 vd_svq1.c,1.6,1.7
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list