Mercurial > mplayer.hg
changeset 9810:b68bad6e41ad
10l
author | pontscho |
---|---|
date | Thu, 03 Apr 2003 12:00:50 +0000 |
parents | 508dc4231269 |
children | 7089c6c95adb |
files | libmpdemux/stream.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/stream.c Thu Apr 03 06:53:01 2003 +0000 +++ b/libmpdemux/stream.c Thu Apr 03 12:00:50 2003 +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 };