[Mplayer-cvslog] CVS: main/libmpdemux stream.c,1.56,1.57

Zoltan Ponekker pontscho at mplayerhq.hu
Thu Apr 3 14:01:12 CEST 2003


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv15731

Modified Files:
	stream.c 
Log Message:
10l

Index: stream.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- stream.c	2 Apr 2003 19:29:26 -0000	1.56
+++ stream.c	3 Apr 2003 12:00:50 -0000	1.57
@@ -59,11 +59,15 @@
 #include "libsmbclient.h"
 #endif
 
+#ifdef HAVE_CDDA
 extern stream_info_t stream_info_cdda;
+#endif
 extern stream_info_t stream_info_file;
 
 stream_info_t* auto_open_streams[] = {
+#ifdef HAVE_CDDA
   &stream_info_cdda,
+#endif
   &stream_info_file,
   NULL
 };



More information about the MPlayer-cvslog mailing list