diff options
author | rsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-20 02:11:21 +0000 |
---|---|---|
committer | rsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-20 02:11:21 +0000 |
commit | 0ccf7cb05a1e541b162112b6e9ba8e22fa0f686e (patch) | |
tree | 26ce455f5a93ebfe62bccbcb792106f35191b61e | |
parent | 6ef4ffc25acd4a960670ecaa5911e0a6fedac99f (diff) |
Updated to cnform to a small change in the LIVE.COM API.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12866 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libmpdemux/demux_rtp_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/demux_rtp_internal.h b/libmpdemux/demux_rtp_internal.h index 8dd2022868..cc8b27a728 100644 --- a/libmpdemux/demux_rtp_internal.h +++ b/libmpdemux/demux_rtp_internal.h @@ -17,8 +17,8 @@ extern "C" { #include <liveMedia.hh> #endif -#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1073260800) -#error Please upgrade to version 2004.01.05 or later of the "LIVE.COM Streaming Media" libraries - available from <www.live.com/liveMedia/> +#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: |