Commit 507cf4d1 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

configure: fix detection of installed liveMedia. This fixes #1766

parent 185b2a6c
...@@ -1819,8 +1819,8 @@ if test "${enable_live555}" != "no"; then ...@@ -1819,8 +1819,8 @@ if test "${enable_live555}" != "no"; then
# We only have -lliveMedia, do builtins # We only have -lliveMedia, do builtins
VLC_ADD_PLUGIN([live555]) VLC_ADD_PLUGIN([live555])
VLC_ADD_LIBS([live555], [-lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment]) VLC_ADD_LIBS([live555], [-lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment])
]) ],[],[-lgroupsock -lBasicUsageEnvironment -lUsageEnvironment])
]) ],[-lgroupsock_pic -lBasicUsageEnvironment_pic -lUsageEnvironment_pic] )
if test "${SYS}" = "mingw32"; then if test "${SYS}" = "mingw32"; then
# add ws2_32 for closesocket, select, recv # add ws2_32 for closesocket, select, recv
VLC_ADD_LIBS([live555],[-lws2_32]) VLC_ADD_LIBS([live555],[-lws2_32])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment