]> git.pld-linux.org Git - packages/mplayer.git/blame - mplayer-live555-config.patch
- release 6 (libvpx 1.14)
[packages/mplayer.git] / mplayer-live555-config.patch
CommitLineData
24bfe2fa
JB
1--- MPlayer-1.5/configure.orig 2023-04-11 21:32:54.206269705 +0200
2+++ MPlayer-1.5/configure 2023-04-12 06:22:00.634312397 +0200
3@@ -7374,6 +7374,8 @@ echores "$_nemesi"
4 echocheck "LIVE555 Streaming Media libraries"
5 if test "$_live" = yes && test "$networking" = yes; then
6 def_live='#define CONFIG_LIVE555 1'
7+ extra_ldflags="$extra_ldflags -lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment -lstdc++"
8+ extra_cxxflags="$extra_cxxflags -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock"
9 inputmodules="live555 $inputmodules"
10 else
11 _live=no
This page took 0.17279 seconds and 4 git commands to generate.