mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
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
This commit is contained in:
parent
ee479a3902
commit
837573cfc8
3 changed files with 7 additions and 2 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>
|
2004-06-11 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/theora/theoradec.c: (theora_dec_chain),
|
* ext/theora/theoradec.c: (theora_dec_chain),
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 46a6bafafc3f83c5dbccf20eae52db71c67dfe06
|
Subproject commit 21888634686506a6938e435f9c4fd5a9f20ccc3e
|
|
@ -1522,7 +1522,7 @@ GST_CHECK_FEATURE(THEORA, [ogg theora codec], theoradec theoraenc, [
|
||||||
AC_SUBST(THEORA_LIBS)
|
AC_SUBST(THEORA_LIBS)
|
||||||
AC_SUBST(THEORA_CFLAGS)
|
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)
|
AC_SUBST(THEORA_LIBS)
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue