Mercurial > mplayer.hg
changeset 28097:f6c429bd4fe9
Search live555 library also in /usr/lib64.
author | cehoyos |
---|---|
date | Thu, 11 Dec 2008 23:24:36 +0000 |
parents | 56c53d573835 |
children | 7994585720df |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Dec 11 21:52:47 2008 +0000 +++ b/configure Thu Dec 11 23:24:36 2008 +0000 @@ -6459,7 +6459,7 @@ 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 \