mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 08:08:22 +00:00
xing and xaudio cleanup
Original commit message from CVS: xing and xaudio cleanup
This commit is contained in:
parent
ceef45b80b
commit
1776717a40
1 changed files with 0 additions and 11 deletions
11
configure.ac
11
configure.ac
|
@ -987,10 +987,6 @@ if test "x$HAVE_OSS" = xyes; then
|
||||||
AC_DEFINE(HAVE_OSS)
|
AC_DEFINE(HAVE_OSS)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$HAVE_XAUDIO" = xyes; then
|
|
||||||
AC_DEFINE(HAVE_XAUDIO)
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "x$HAVE_LIBMAD" = xyes; then
|
if test "x$HAVE_LIBMAD" = xyes; then
|
||||||
AC_DEFINE(HAVE_LIBMAD)
|
AC_DEFINE(HAVE_LIBMAD)
|
||||||
fi
|
fi
|
||||||
|
@ -1154,13 +1150,6 @@ GST_CFLAGS="-I\$(top_srcdir) -I\$(top_srcdir)/include $LIBGST_CFLAGS"
|
||||||
AC_SUBST(GST_LIBS)
|
AC_SUBST(GST_LIBS)
|
||||||
AC_SUBST(GST_CFLAGS)
|
AC_SUBST(GST_CFLAGS)
|
||||||
|
|
||||||
dnl #############################
|
|
||||||
dnl # Configure the subpackages #
|
|
||||||
dnl #############################
|
|
||||||
|
|
||||||
dnl AC_CONFIG_SUBDIRS(gist)
|
|
||||||
dnl AC_CONFIG_SUBDIRS(plugins/mp3decode/xing/libxing)
|
|
||||||
|
|
||||||
dnl ##################################################
|
dnl ##################################################
|
||||||
dnl # Prepare informative messages to display at end #
|
dnl # Prepare informative messages to display at end #
|
||||||
dnl ##################################################
|
dnl ##################################################
|
||||||
|
|
Loading…
Reference in a new issue