diff options
author | David Schleef <ds@schleef.org> | 2003-07-22 22:08:13 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-07-22 22:08:13 +0000 |
commit | 92b4c30a28f8f25fb6e19a342c99a203d76a4ebf (patch) | |
tree | 0c62408c0463f4dae939e93f653d53e7be13e353 | |
parent | 50e9c45af0dfff4bdd11ed2164e9e5715a4da325 (diff) | |
download | gst-plugins-bad-92b4c30a28f8f25fb6e19a342c99a203d76a4ebf.tar.gz gst-plugins-bad-92b4c30a28f8f25fb6e19a342c99a203d76a4ebf.tar.bz2 gst-plugins-bad-92b4c30a28f8f25fb6e19a342c99a203d76a4ebf.zip |
enable ext/mplex
Original commit message from CVS:
enable ext/mplex
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | ext/Makefile.am | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 47fdf12a..9df39de9 100644 --- a/configure.ac +++ b/configure.ac @@ -1267,6 +1267,7 @@ ext/mas/Makefile ext/matroska/Makefile ext/mikmod/Makefile ext/mpeg2dec/Makefile +ext/mplex/Makefile ext/pango/Makefile ext/raw1394/Makefile ext/sdl/Makefile diff --git a/ext/Makefile.am b/ext/Makefile.am index 7a35e59e..6dacacaf 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -277,7 +277,7 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(LADSPA_DIR) $(LAME_DIR) $(LCS_DIR) \ $(LIBDV_DIR) $(LIBFAME_DIR) $(LIBPNG_DIR) \ $(MAD_DIR) $(MATROSKA_DIR) $(MIKMOD_DIR) \ - $(MPEG2DEC_DIR) $(PANGO_DIR) $(RAW1394_DIR) \ + $(MPEG2DEC_DIR) mplex $(PANGO_DIR) $(RAW1394_DIR) \ $(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \ $(SMOOTHWAVE_DIR) $(SNDFILE_DIR) $(SWFDEC_DIR) $(TARKIN_DIR) \ $(VORBIS_DIR) $(XVID_DIR) $(SNAPSHOT_DIR) $(SPEEX_DIR) @@ -290,7 +290,7 @@ DIST_SUBDIRS=\ hermes ivorbis jack jpeg \ ladspa lame lcs libfame libpng \ mad matroska mikmod \ - mpeg2dec pango raw1394 \ + mpeg2dec mplex pango raw1394 \ sdl snapshot sndfile \ shout shout2 sidplay \ smoothwave swfdec tarkin vorbis \ |