[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


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




More information about the MPlayer-cvslog mailing list