[MPlayer-dev-eng] cdda
Zoltan Ponekker
pontscho at kac.poliod.hu
Thu Apr 3 08:51:11 CEST 2003
Hali
I need this patch in my computer. Please check, and if this is ok, please
commit.
Pontscho / fresh!mindworkz
---
MPlayer Core Team - www.MPlayerHQ.hu
-------------- next part --------------
? diff
Index: stream.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream.c,v
retrieving revision 1.56
diff -u -r1.56 stream.c
--- stream.c 2 Apr 2003 19:29:26 -0000 1.56
+++ stream.c 3 Apr 2003 07:09:25 -0000
@@ -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-dev-eng
mailing list