summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2012-03-04 20:38:42 +0200
committerUoti Urpala <uau@mplayer2.org>2012-03-09 20:48:55 +0200
commit3f659fd1766c3ae649cbdac21485cda06d29ccb6 (patch)
tree8c9145d142369ce25ad9812ebd85df5bc8230a6f /libvo
parent7576885677764a71fe03cec5f697f8a28f9365c8 (diff)
downloadmpv-3f659fd1766c3ae649cbdac21485cda06d29ccb6.tar.bz2
mpv-3f659fd1766c3ae649cbdac21485cda06d29ccb6.tar.xz
configure: disable live555 by default
Latest liblivemedia version disables APIs we need. The code still exists in the library and the changelog says the old interface can be enabled with "#define RTSPCLIENT_SYNCHRONOUS_INTERFACE". However, the code on the library side is disabled by default too, and seems to be disabled in distro packages, so defining that in the player does not help (just delays the failure until link time). It's possible the distro packages will be changed to enable this, but since dropping live555 support is desirable anyway, change configure to disable support by default at least for now. The live555 code is the only part of the source that's in C++. Including C headers in code compiled as C++ has caused issues at times, so deleting this code would have a maintenance benefit. Reportedly the rtsp support in Libav has improved, so there should be less need for live555.
Diffstat (limited to 'libvo')
0 files changed, 0 insertions, 0 deletions