diff options
author | David Schleef <ds@schleef.org> | 2002-09-15 21:33:53 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2002-09-15 21:33:53 +0000 |
commit | 7e744852997c7c0bc777ca586f8cc85467fe8ffd (patch) | |
tree | d46c8d9bdf045a981fa3ad7504af420d0e375ef4 /ext | |
parent | a060de748e51f5105151374db44b802ea78709ff (diff) | |
download | gst-plugins-bad-7e744852997c7c0bc777ca586f8cc85467fe8ffd.tar.gz gst-plugins-bad-7e744852997c7c0bc777ca586f8cc85467fe8ffd.tar.bz2 gst-plugins-bad-7e744852997c7c0bc777ca586f8cc85467fe8ffd.zip |
Add swfdec autoconf stuff
Original commit message from CVS:
Add swfdec autoconf stuff
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 46ba06d8..82fd7a3e 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -208,6 +208,12 @@ else SMOOTHWAVE_DIR= endif +if USE_SWFDEC +SWFDEC_DIR=swfdec +else +SWFDEC_DIR= +endif + if USE_TARKIN TARKIN_DIR=tarkin else @@ -236,7 +242,8 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(MAD_DIR) $(MIKMOD_DIR) $(MJPEGTOOLS_DIR) $(MPEG2DEC_DIR) \ $(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \ $(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \ - $(SMOOTHWAVE_DIR) $(TARKIN_DIR) $(VORBIS_DIR) $(XMMS_DIR) + $(SMOOTHWAVE_DIR) $(SWFDEC_DIR) $(TARKIN_DIR) \ + $(VORBIS_DIR) $(XMMS_DIR) DIST_SUBDIRS=\ a52dec aalib alsa \ |