diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-03 10:55:48 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-03 10:55:48 +0000 |
commit | 2b2846166fba2bea59e10ab28630e6f040671ed1 (patch) | |
tree | db4c0b5e3cfe6ce461ceb7033b27276c43070fe7 | |
parent | 3e8f34d5187658b9476b9343fe85e43136ec436c (diff) | |
download | gst-plugins-bad-2b2846166fba2bea59e10ab28630e6f040671ed1.tar.gz gst-plugins-bad-2b2846166fba2bea59e10ab28630e6f040671ed1.tar.bz2 gst-plugins-bad-2b2846166fba2bea59e10ab28630e6f040671ed1.zip |
added LIBFAME_DIR
Original commit message from CVS:
added LIBFAME_DIR
-rw-r--r-- | ext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 005696ef..4c8f3ea8 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -228,7 +228,7 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(DVDREAD_DIR) $(DVDNAV_DIR) $(ESD_DIR) \ $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) \ $(HERMES_DIR) $(HTTP_DIR) $(JACK_DIR) $(JPEG_DIR) \ - $(LADSPA_DIR) $(LAME_DIR) $(LCS_DIR) \ + $(LADSPA_DIR) $(LAME_DIR) $(LCS_DIR) $(LIBFAME_DIR) \ $(MAD_DIR) $(MIKMOD_DIR) $(MJPEGTOOLS_DIR) $(MPEG2DEC_DIR) \ $(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \ $(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \ |