diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 16:42:33 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 16:42:33 +0000 |
commit | c627e6adb349c8d5ec53ec1e38dfc136f82563df (patch) | |
tree | 2b46017a1d9a7242db823453ecd418619fe6e8be /ext/Makefile.am | |
parent | 94d87fb90134e98fa5125ad9ab4912906874845e (diff) | |
download | gst-plugins-bad-c627e6adb349c8d5ec53ec1e38dfc136f82563df.tar.gz gst-plugins-bad-c627e6adb349c8d5ec53ec1e38dfc136f82563df.tar.bz2 gst-plugins-bad-c627e6adb349c8d5ec53ec1e38dfc136f82563df.zip |
adding dv, raw1934, gnomevfs, rtp
Original commit message from CVS:
adding dv, raw1934, gnomevfs, rtp
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index bc223d5b..52576c89 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -34,6 +34,12 @@ else CDPARANOIA_DIR= endif +if USE_DV +DV_DIR=dv +else +DV_DIR= +endif + if USE_DVDREAD DVDREAD_DIR=dvdread else @@ -64,6 +70,12 @@ else FLAC_DIR= endif +if USE_GNOME_VFS +GNOME_VFS_DIR=gnomevfs +else +GNOME_VFS_DIR= +endif + if USE_HERMES HERMES_DIR=hermes else @@ -106,6 +118,12 @@ else OPENQUICKTIME_DIR= endif +if USE_RTP +RTP_DIR=rtp +else +RTP_DIR= +endif + if USE_SDL SDL_DIR=sdl else @@ -131,12 +149,12 @@ XMMS_DIR= endif SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) \ - $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DVDREAD_DIR) $(ESD_DIR) \ - $(FESTIVAL_DIR) $(FLAC_DIR) $(GSM_DIR) $(HERMES_DIR) \ + $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DV_DIR) $(DVDREAD_DIR) $(ESD_DIR) \ + $(FESTIVAL_DIR) $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) $(HERMES_DIR) \ $(JPEG_DIR) $(LAME_DIR) $(MAD_DIR) $(MIKMOD_DIR) $(MPEG2DEC_DIR) \ - $(OPENQUICKTIME_DIR) $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) \ + $(OPENQUICKTIME_DIR) $(RTP_DIR) $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) \ $(XMMS_DIR) -DIST_SUBDIRS=a52 aalib alsa avifile audiofile cdparanoia dvdread esd \ - festival flac gsm hermes jpeg lame mad mikmod mpeg2dec \ - openquicktime sdl shout vorbis xmms +DIST_SUBDIRS=a52 aalib alsa avifile audiofile cdparanoia dv dvdread esd \ + festival flac gnomevfs gsm hermes jpeg lame mad mikmod mpeg2dec \ + openquicktime rtp sdl shout vorbis xmms |