git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9811 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2003-04-03 12:00:50 +00:00
parent 9e88c30a9d
commit d9938992b2
1 changed files with 4 additions and 0 deletions

View File

@ -59,11 +59,15 @@ void close_cdda(stream_t* s);
#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
};