# HG changeset patch # User pontscho # Date 1049371250 0 # Node ID b68bad6e41ad8bb93e83dc31a0010e85000e6237 # Parent 508dc4231269d79ada96c8a9bc359f6b57b59fb7 10l diff -r 508dc4231269 -r b68bad6e41ad libmpdemux/stream.c --- 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 };