diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2004-06-12 10:30:59 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2004-06-12 10:30:59 +0000 |
commit | 3db2228e760dfed879f93eb5d57aa3239e69392f (patch) | |
tree | 5b78a7abee3ef5de2c835fe948d9c7b1267f55ff | |
parent | b1f85719cdfb465e223d4f1220d89b768baa9cad (diff) | |
download | gst-plugins-bad-3db2228e760dfed879f93eb5d57aa3239e69392f.tar.gz gst-plugins-bad-3db2228e760dfed879f93eb5d57aa3239e69392f.tar.bz2 gst-plugins-bad-3db2228e760dfed879f93eb5d57aa3239e69392f.zip |
configure.ac: Added ogg library so that OSX detects libtheora properly
Original commit message from CVS:
2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org>
* configure.ac:
Added ogg library so that OSX detects libtheora properly
-rw-r--r-- | ChangeLog | 5 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org> + + * configure.ac: + Added ogg library so that OSX detects libtheora properly + 2004-06-11 Wim Taymans <wim@fluendo.com> * ext/theora/theoradec.c: (theora_dec_chain), diff --git a/common b/common -Subproject 46a6bafafc3f83c5dbccf20eae52db71c67dfe0 +Subproject 21888634686506a6938e435f9c4fd5a9f20ccc3 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) ]) ]) |