mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
configure: remove AS_SCRUB_INCLUDE
Shouldn't be needed any more. https://bugzilla.gnome.org/show_bug.cgi?id=707658
This commit is contained in:
parent
1ab90f259f
commit
6b6ecd0942
1 changed files with 0 additions and 2 deletions
|
@ -1277,7 +1277,6 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_FAAC, true)
|
|||
AG_GST_CHECK_FEATURE(FAAC, [AAC encoder plug-in], faac, [
|
||||
AG_GST_CHECK_LIBHEADER(FAAC, faac, faacEncOpen, $LIBM, faac.h,
|
||||
FAAC_LIBS="-lfaac $LIBM")
|
||||
AS_SCRUB_INCLUDE(FAAC_CFLAGS)
|
||||
AC_SUBST(FAAC_LIBS)
|
||||
])
|
||||
|
||||
|
@ -1333,7 +1332,6 @@ AG_GST_CHECK_FEATURE(FAAD, [AAC decoder plug-in], faad, [
|
|||
HAVE_FAAD="no"
|
||||
])
|
||||
fi
|
||||
AS_SCRUB_INCLUDE(FAAD_CFLAGS)
|
||||
AC_SUBST(FAAD_LIBS)
|
||||
AC_SUBST(FAAD_IS_NEAAC)
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue