diff options
author | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-09 08:22:10 +0000 |
---|---|---|
committer | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-09 08:22:10 +0000 |
commit | 5bf439350f11dfdff4a182274cde9dfdfc5f31a9 (patch) | |
tree | c4f754ed4449d61f4985d3ae85bc58d21b3daa9d | |
parent | ed83ecb750e51eddfae9437b2cc1b2a028e5af82 (diff) |
LIVE.COM tests moved to ./configure
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12975 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libmpdemux/demux_rtp_internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpdemux/demux_rtp_internal.h b/libmpdemux/demux_rtp_internal.h index cc8b27a728..442935e72a 100644 --- a/libmpdemux/demux_rtp_internal.h +++ b/libmpdemux/demux_rtp_internal.h @@ -17,10 +17,6 @@ extern "C" { #include <liveMedia.hh> #endif -#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1090195200) -#error Please upgrade to version 2004.07.19 or later of the "LIVE.COM Streaming Media" libraries - available from <www.live.com/liveMedia/> -#endif - // Codec-specific initialization routines: void rtpCodecInitialize_video(demuxer_t* demuxer, MediaSubsession* subsession, unsigned& flags); |