Mercurial > mplayer.hg
comparison configure @ 34873:f1b634f51b97
Support using the pic variants of the live555 libs.
author | reimar |
---|---|
date | Tue, 22 May 2012 18:01:51 +0000 |
parents | b17f43c85802 |
children | eca1f2f1072e |
comparison
equal
deleted
inserted
replaced
34872:b17f43c85802 | 34873:f1b634f51b97 |
---|---|
6691 extra_ldflags="$ld_tmp $extra_ldflags" && | 6691 extra_ldflags="$ld_tmp $extra_ldflags" && |
6692 extra_cxxflags="$inc_tmp" && | 6692 extra_cxxflags="$inc_tmp" && |
6693 _live=yes && break | 6693 _live=yes && break |
6694 done | 6694 done |
6695 if test "$_live" != yes ; then | 6695 if test "$_live" != yes ; then |
6696 ld_tmp="-lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment -lstdc++" | 6696 for ld_tmp in "-lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment -lstdc++" "-lliveMedia_pic -lgroupsock_pic -lBasicUsageEnvironment_pic -lUsageEnvironment_pic -lstdc++" ; do |
6697 inc_tmp="-I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock" | 6697 inc_tmp="-I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock" |
6698 if cxx_check $inc_tmp $ld_tmp; then | 6698 cxx_check $inc_tmp $ld_tmp && _live_dist=yes && break |
6699 _live_dist=yes | 6699 done |
6700 fi | |
6701 fi | 6700 fi |
6702 fi | 6701 fi |
6703 if test "$_live" = yes && test "$networking" = yes; then | 6702 if test "$_live" = yes && test "$networking" = yes; then |
6704 test $_livelibdir && res_comment="using $_livelibdir" | 6703 test $_livelibdir && res_comment="using $_livelibdir" |
6705 def_live='#define CONFIG_LIVE555 1' | 6704 def_live='#define CONFIG_LIVE555 1' |