Hi folks,
this patch fixes libogg import to go via pkg-config.
cu
--
------------------------------------------------------------
---------
Enrico Weigelt == metux IT service
phone: +49 36207 519931 www: http://www.metux.de/
fax: +49 36207 519932 email: contact metux.de
cellphone: +49 174 7066481
------------------------------------------------------------
---------
-- DSL ab 0 Euro. -- statische IP -- UUCP -- Hosting --
Webshops --
------------------------------------------------------------
---------
diff -ruN flac-1.1.2.orig/configure.in
flac-1.1.2/configure.in
--- flac-1.1.2.orig/configure.in Thu Jul 27 03:05:57 2006
+++ flac-1.1.2/configure.in Thu Jul 27 03:13:25 2006
 -151,7
+151,12 
fi
dnl check for ogg library
-XIPH_PATH_OGG(have_ogg=yes, AC_MSG_WARN([*** Ogg
development enviroment not installed - Ogg support will not
be built]))
+PKG_CHECK_MODULES(OGG,
+ [ogg vorbis],
+ [have_ogg=yes],
+ AC_MSG_WARN([*** Ogg development enviroment not
installed - Ogg support will not be built])
+ )
+
AM_CONDITIONAL(FLaC__HAS_OGG, [test x$have_ogg = xyes])
if test x$have_ogg = xyes ; then
AC_DEFINE(FLAC__HAS_OGG)
_______________________________________________
Flac-dev mailing list
Flac-dev xiph.org
http:
//lists.xiph.org/mailman/listinfo/flac-dev
|