root/mediatomb/sources/libogg-1.0-m4.patch
Revision 4, 0.6 kB (checked in by ixs, 13 years ago) |
---|
-
libogg-1.1/ogg.m4
old new 19 19 elif test "x$ogg_prefix" != "x" ; then 20 20 OGG_LIBS="-L$ogg_prefix/lib" 21 21 elif test "x$prefix" != "xNONE" ; then 22 OGG_LIBS="-L$ prefix/lib"22 OGG_LIBS="-L$libdir" 23 23 fi 24 24 25 25 OGG_LIBS="$OGG_LIBS -logg" … … 29 29 elif test "x$ogg_prefix" != "x" ; then 30 30 OGG_CFLAGS="-I$ogg_prefix/include" 31 31 elif test "x$prefix" != "xNONE"; then 32 OGG_CFLAGS=" -I$prefix/include"32 OGG_CFLAGS="" 33 33 fi 34 34 35 35 AC_MSG_CHECKING(for Ogg)
Note: See TracBrowser for help on using the browser.