[MPlayer-dev-eng] [PATCH]Autodetect live library on 64bit systems
Carl Eugen Hoyos
cehoyos at rainbow.studorg.tuwien.ac.at
Thu Dec 11 05:07:21 CET 2008
Hi!
On 64bit OpenSuse, (Packmans) live library is installed in /usr/lib64, so
I need attached patch to autodetect it.
Please comment, Carl Eugen
-------------- next part --------------
Index: configure
===================================================================
--- configure (Revision 28127)
+++ configure (Arbeitskopie)
@@ -6449,7 +6449,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 \
More information about the MPlayer-dev-eng
mailing list