mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +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)
|
||||
fi
|
||||
|
||||
if test "x$HAVE_XAUDIO" = xyes; then
|
||||
AC_DEFINE(HAVE_XAUDIO)
|
||||
fi
|
||||
|
||||
if test "x$HAVE_LIBMAD" = xyes; then
|
||||
AC_DEFINE(HAVE_LIBMAD)
|
||||
fi
|
||||
|
@ -1154,13 +1150,6 @@ GST_CFLAGS="-I\$(top_srcdir) -I\$(top_srcdir)/include $LIBGST_CFLAGS"
|
|||
AC_SUBST(GST_LIBS)
|
||||
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 # Prepare informative messages to display at end #
|
||||
dnl ##################################################
|
||||
|
|
Loading…
Reference in a new issue