Mercurial > mplayer.hg
changeset 33704:22093568b553
Fix linking order to allow compiling against Debian unstable version of LIVE555.
author | reimar |
---|---|
date | Fri, 01 Jul 2011 19:08:13 +0000 |
parents | 84346d087e4e |
children | db1b1a1ecba8 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Jul 01 18:58:13 2011 +0000 +++ b/configure Fri Jul 01 19:08:13 2011 +0000 @@ -6800,7 +6800,7 @@ _live=yes && break done if test "$_live" != yes ; then - ld_tmp="-lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++" + ld_tmp="-lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment -lstdc++" if cxx_check -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock $ld_tmp; then _live_dist=yes fi