diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-03-02 10:16:24 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-03-02 10:16:24 +0000 |
commit | fd8b83489ce7f891a61969049c3b6403e0621efc (patch) | |
tree | c442490dfdc0f2604a011d504011288810f7470b /ext/Makefile.am | |
parent | 4239f299029bb4da1e47a984150be2ae9f7afbce (diff) | |
download | gst-plugins-bad-fd8b83489ce7f891a61969049c3b6403e0621efc.tar.gz gst-plugins-bad-fd8b83489ce7f891a61969049c3b6403e0621efc.tar.bz2 gst-plugins-bad-fd8b83489ce7f891a61969049c3b6403e0621efc.zip |
Complete the move of the RTP plugin
Original commit message from CVS:
Complete the move of the RTP plugin
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 4514d888..752bfbc2 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -196,12 +196,6 @@ else RAW1394_DIR= endif -if USE_RTP -RTP_DIR=rtp -else -RTP_DIR= -endif - if USE_SDL SDL_DIR=sdl else @@ -271,7 +265,7 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(LADSPA_DIR) $(LAME_DIR) $(LCS_DIR) \ $(LIBDV_DIR) $(LIBFAME_DIR) $(LIBPNG_DIR) \ $(MAD_DIR) $(MIKMOD_DIR) $(MJPEGTOOLS_DIR) $(MPEG2DEC_DIR) \ - $(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \ + $(OPENQUICKTIME_DIR) $(RAW1394_DIR) \ $(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \ $(SMOOTHWAVE_DIR) $(SWFDEC_DIR) $(TARKIN_DIR) \ $(VORBIS_DIR) $(XMMS_DIR) $(SNAPSHOT_DIR) @@ -285,6 +279,6 @@ DIST_SUBDIRS=\ hermes http ivorbis jack jpeg \ ladspa lame lcs libfame libpng \ mad mikmod mjpegtools mpeg2dec \ - openquicktime raw1394 rtp \ + openquicktime raw1394 \ sdl snapshot shout shout2 sidplay \ smoothwave swfdec tarkin vorbis xmms |