mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
enable ext/mplex
Original commit message from CVS: enable ext/mplex
This commit is contained in:
parent
45170036ad
commit
cba4380b82
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue