mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
configure: rely solely on pkg-config to find libogg and libvorbis
And get rid of AS_SCRUB_INCLUDES https://bugzilla.gnome.org/show_bug.cgi?id=707658
This commit is contained in:
parent
58e6f33e35
commit
803c39bf3d
1 changed files with 0 additions and 11 deletions
11
configure.ac
11
configure.ac
|
@ -683,11 +683,6 @@ dnl *** ogg ***
|
|||
translit(dnm, m, l) AM_CONDITIONAL(USE_OGG, true)
|
||||
AG_GST_CHECK_FEATURE(OGG, [Xiph Ogg library], ogg, [
|
||||
AG_GST_PKG_CHECK_MODULES(OGG, ogg >= 1.0)
|
||||
if test $HAVE_OGG = no
|
||||
then
|
||||
XIPH_PATH_OGG(HAVE_OGG="yes", HAVE_OGG="no")
|
||||
AS_SCRUB_INCLUDE(OGG_CFLAGS)
|
||||
fi
|
||||
])
|
||||
|
||||
dnl *** pango ***
|
||||
|
@ -703,15 +698,9 @@ AG_GST_CHECK_FEATURE(THEORA, [Xiph Theora video codec], theora, [
|
|||
])
|
||||
|
||||
dnl *** vorbis ***
|
||||
dnl AM_PATH_VORBIS only takes two options
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_VORBIS, true)
|
||||
AG_GST_CHECK_FEATURE(VORBIS, [Xiph Vorbis audio codec], vorbis, [
|
||||
AG_GST_PKG_CHECK_MODULES(VORBIS, vorbis >= 1.0 vorbisenc >= 1.0)
|
||||
if test $HAVE_VORBIS = no
|
||||
then
|
||||
XIPH_PATH_VORBIS(HAVE_VORBIS="yes", HAVE_VORBIS="no")
|
||||
AS_SCRUB_INCLUDE(VORBIS_CFLAGS)
|
||||
fi
|
||||
])
|
||||
|
||||
if test "x$HAVE_VORBIS" = "xyes"; then
|
||||
|
|
Loading…
Reference in a new issue