From 77eb726c3d388163a7be7a63f023c322700a1068 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 20 Feb 2008 08:51:53 +0000 Subject: Remove pointless #ifdefs around extern declarations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26039 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream.c | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'stream/stream.c') diff --git a/stream/stream.c b/stream/stream.c index 1dd1549890..9c1fb8b0b4 100644 --- a/stream/stream.c +++ b/stream/stream.c @@ -34,13 +34,8 @@ //#include "vcd_read_bincue.h" -#ifdef HAVE_VCD extern const stream_info_t stream_info_vcd; -#endif -#ifdef HAVE_CDDA extern const stream_info_t stream_info_cdda; -#endif -#ifdef MPLAYER_NETWORK extern const stream_info_t stream_info_netstream; extern const stream_info_t stream_info_pnm; extern const stream_info_t stream_info_asf; @@ -49,44 +44,23 @@ extern const stream_info_t stream_info_rtp; extern const stream_info_t stream_info_udp; extern const stream_info_t stream_info_http1; extern const stream_info_t stream_info_http2; -#endif -#ifdef HAS_DVBIN_SUPPORT extern const stream_info_t stream_info_dvb; -#endif -#ifdef USE_TV extern const stream_info_t stream_info_tv; -#endif -#ifdef USE_RADIO extern const stream_info_t stream_info_radio; -#endif -#ifdef HAVE_PVR extern const stream_info_t stream_info_pvr; -#endif -#ifdef HAVE_FTP extern const stream_info_t stream_info_ftp; -#endif -#ifdef HAVE_VSTREAM extern const stream_info_t stream_info_vstream; -#endif -#ifdef USE_DVDNAV extern const stream_info_t stream_info_dvdnav; -#endif -#ifdef LIBSMBCLIENT extern const stream_info_t stream_info_smb; -#endif -#ifdef STREAMING_LIVE555 extern const stream_info_t stream_info_sdp; extern const stream_info_t stream_info_rtsp_sip; -#endif extern const stream_info_t stream_info_cue; extern const stream_info_t stream_info_null; extern const stream_info_t stream_info_mf; extern const stream_info_t stream_info_file; -#ifdef USE_DVDREAD extern const stream_info_t stream_info_ifo; extern const stream_info_t stream_info_dvd; -#endif static const stream_info_t* const auto_open_streams[] = { #ifdef HAVE_VCD -- cgit v1.2.3