From 837573cfc8eb212635d2868aa24f571ca09905fa Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Sat, 12 Jun 2004 10:30:59 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ common | 2 +- configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 764a2d8..878cf34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-06-12 Zaheer Abbas Merali + + * configure.ac: + Added ogg library so that OSX detects libtheora properly + 2004-06-11 Wim Taymans * ext/theora/theoradec.c: (theora_dec_chain), diff --git a/common b/common index 46a6baf..2188863 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 46a6bafafc3f83c5dbccf20eae52db71c67dfe06 +Subproject commit 21888634686506a6938e435f9c4fd5a9f20ccc3e diff --git a/configure.ac b/configure.ac index 8623636..ccb301b 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) ]) ]) -- 2.7.4