mirror of
https://github.com/mpv-player/mpv
synced 2025-01-03 05:22:23 +00:00
live555 version 2006.03.03 or later is needed to compile MPlayer.
patch by Carl Eugen Hoyos, cehoyos ag.or at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22418 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0b13fce149
commit
18bee86bc1
4
configure
vendored
4
configure
vendored
@ -6065,8 +6065,8 @@ echocheck "LIVE555 Streaming Media libraries"
|
||||
if test "$_live" = auto && test "$_network" = yes ; then
|
||||
cat > $TMPCPP << EOF
|
||||
#include <liveMedia.hh>
|
||||
#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1090195200)
|
||||
#error Please upgrade to version 2004.07.19 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
||||
#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
||||
#error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
||||
#endif
|
||||
int main(void) {}
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user