summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-11 23:24:36 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-11 23:24:36 +0000
commit04d6241380b495ea85ac556877603d12c876b076 (patch)
tree7eca659187e4ed74c9e527c51a7612d9303f3e4c /configure
parent436f39edfdc8487d6ef3dddb8bef99ccfd0c3dc4 (diff)
downloadmpv-04d6241380b495ea85ac556877603d12c876b076.tar.bz2
mpv-04d6241380b495ea85ac556877603d12c876b076.tar.xz
Search live555 library also in /usr/lib64.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28131 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a9e5199ba9..6f9d58427d 100755
--- a/configure
+++ b/configure
@@ -6459,7 +6459,7 @@ int main(void) { return 0; }
EOF
_live=no
- for I in $_inc_extra "-I$_libdir/live" "-I/usr/lib/live" "-I/usr/local/live" "-I/usr/local/lib/live" ; do
+ for I in $_inc_extra "-I$_libdir/live" "-I/usr/lib/live" "-I/usr/lib64/live" "-I/usr/local/live" "-I/usr/local/lib/live" ; do
cxx_check $I/liveMedia/include $I/UsageEnvironment/include \
$I/groupsock/include && _livelibdir=`echo $I| sed s/-I//` && \
_ld_extra="$_livelibdir/liveMedia/libliveMedia.a \