summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2001-12-23 04:38:37 +0000
committerAndy Wingo <wingo@pobox.com>2001-12-23 04:38:37 +0000
commit789be9a726efbdffd802c1b770b76148460e6220 (patch)
treead0c095687cee4a73855716705f92d77ee9686b2 /ext
parentd1141be8b635a8dc5f5678ec7c1e7f8acf282289 (diff)
downloadgst-plugins-bad-789be9a726efbdffd802c1b770b76148460e6220.tar.gz
gst-plugins-bad-789be9a726efbdffd802c1b770b76148460e6220.tar.bz2
gst-plugins-bad-789be9a726efbdffd802c1b770b76148460e6220.zip
much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
Original commit message from CVS: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am17
1 files changed, 9 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index ff91846e..0edd708f 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -1,8 +1,8 @@
-if USE_A52
-A52_DIR=a52
-else
-A52_DIR=
-endif
+#if USE_A52
+#A52_DIR=a52
+#else
+#A52_DIR=
+#endif
if USE_AALIB
AALIB_DIR=aalib
@@ -52,9 +52,10 @@ else
VORBIS_DIR=
endif
-
-SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) $(ESD_DIR) \
+#$A52_DIR
+SUBDIRS=$(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) $(ESD_DIR) \
$(LAME_DIR) $(MAD_DIR) \
$(SDL_DIR) $(VORBIS_DIR)
-DIST_SUBDIRS=a52 aalib alsa audiofile esd lame mad sdl vorbis
+#a52
+DIST_SUBDIRS=aalib alsa audiofile esd lame mad sdl vorbis