From 3db2228e760dfed879f93eb5d57aa3239e69392f Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Sat, 12 Jun 2004 10:30:59 +0000 Subject: configure.ac: Added ogg library so that OSX detects libtheora properly Original commit message from CVS: 2004-06-12 Zaheer Abbas Merali * configure.ac: Added ogg library so that OSX detects libtheora properly --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 86236365..ccb301b5 100644 --- a/configure.ac +++ b/configure.ac @@ -1522,7 +1522,7 @@ GST_CHECK_FEATURE(THEORA, [ogg theora codec], theoradec theoraenc, [ AC_SUBST(THEORA_LIBS) AC_SUBST(THEORA_CFLAGS) ], [ - GST_CHECK_LIBHEADER(THEORA, theora, theora_version_string, , theora/theora.h, THEORA_LIBS="-ltheora") + GST_CHECK_LIBHEADER(THEORA, theora, theora_version_string, "-logg", theora/theora.h, THEORA_LIBS="-ltheora -logg") AC_SUBST(THEORA_LIBS) ]) ]) -- cgit v1.2.1