diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-06 13:09:45 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-06 13:09:45 +0000 |
commit | 7844cbc3ce870b0d32d75e36729a89afc50c8aef (patch) | |
tree | 578381bb99e969cf8b1a50c6b85cfb94066841ef /libmpdemux/cdda.c | |
parent | 20770e8a7da4bd4469fa954e8c7a54c18e495835 (diff) |
Move conditional compilation into the build system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18927 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/cdda.c')
-rw-r--r-- | libmpdemux/cdda.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpdemux/cdda.c b/libmpdemux/cdda.c index 1db54cc973..34f69b737e 100644 --- a/libmpdemux/cdda.c +++ b/libmpdemux/cdda.c @@ -1,7 +1,5 @@ #include "config.h" -#ifdef HAVE_CDDA - #include "stream.h" #include "m_option.h" #include "m_struct.h" @@ -391,5 +389,3 @@ stream_info_t stream_info_cdda = { &stream_opts, 1 // Urls are an option string }; - -#endif |