diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 18:23:32 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 18:23:32 +0000 |
commit | 042f91736b7623b4365114fe2e4dc3b78c4d866a (patch) | |
tree | e1f43246ba9f4114d2b7f2870f8365b0872ae6b4 | |
parent | 45d98aa50f1111cd6c16c854f2c5d81752329eb5 (diff) | |
download | gst-plugins-bad-042f91736b7623b4365114fe2e4dc3b78c4d866a.tar.gz gst-plugins-bad-042f91736b7623b4365114fe2e4dc3b78c4d866a.tar.bz2 gst-plugins-bad-042f91736b7623b4365114fe2e4dc3b78c4d866a.zip |
more more more
Original commit message from CVS:
more more more
-rw-r--r-- | configure.ac | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 4f71eafa..ec1e23e5 100644 --- a/configure.ac +++ b/configure.ac @@ -873,10 +873,6 @@ if test "x$HAVE_LIBMIKMOD" = xyes; then AC_DEFINE(HAVE_LIBMIKMOD) fi -if test "x$HAVE_A52DEC" = xyes; then - AC_DEFINE(HAVE_A52DEC) -fi - if test "x$HAVE_LIBGSM" = xyes; then AC_DEFINE(HAVE_LIBGSM) fi @@ -1071,24 +1067,31 @@ ext/Makefile ext/a52/Makefile ext/aalib/Makefile ext/alsa/Makefile +ext/arts/Makefile +ext/artsd/Makefile ext/audiofile/Makefile ext/avifile/Makefile ext/cdparanoia/Makefile +ext/dv/Makefile ext/dvdread/Makefile ext/esd/Makefile +ext/festival/Makefile ext/flac/Makefile ext/gnomevfs/Makefile ext/gsm/Makefile ext/hermes/Makefile ext/jpeg/Makefile +ext/ladspa/Makefile ext/lame/Makefile ext/mad/Makefile +ext/mikmod/Makefile ext/mpeg2dec/Makefile ext/openquicktime/Makefile ext/raw1394/Makefile ext/rtp/Makefile -ext/shout/Makefile ext/sdl/Makefile +ext/shout/Makefile +ext/sidplay/Makefile ext/vorbis/Makefile ext/xmms/Makefile gst-libs/Makefile |