From: Thomas Vander Stichele Date: Mon, 17 Dec 2001 16:50:20 +0000 (+0000) Subject: xing and xaudio cleanup X-Git-Tag: RELEASE-0_3_1-BELGIANBEER~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1776717a40626f67ed318832377381d14d577116;p=platform%2Fupstream%2Fgstreamer.git xing and xaudio cleanup Original commit message from CVS: xing and xaudio cleanup --- diff --git a/configure.ac b/configure.ac index 6d1226b..64ad96b 100644 --- a/configure.ac +++ b/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 ##################################################