diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-13 15:11:50 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-13 15:11:50 +0000 |
commit | ff387293094408d34a50c043d50180aa99ba582e (patch) | |
tree | b024eecabe3c8f20a830c0f8d20c46269c916136 /ext | |
parent | 742acf7e861b42ade480b8f35351c9f49c883747 (diff) | |
download | gst-plugins-bad-ff387293094408d34a50c043d50180aa99ba582e.tar.gz gst-plugins-bad-ff387293094408d34a50c043d50180aa99ba582e.tar.bz2 gst-plugins-bad-ff387293094408d34a50c043d50180aa99ba582e.zip |
move ffmpeg stuff to gst-ffmpeg module
Original commit message from CVS:
move ffmpeg stuff to gst-ffmpeg module
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 182ac56a..8bb401dd 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -94,12 +94,6 @@ endif ## FESTIVAL_DIR= ## endif -if USE_FFMPEG -FFMPEG_DIR=ffmpeg -else -FFMPEG_DIR= -endif - if USE_FLAC FLAC_DIR=flac else @@ -337,7 +331,6 @@ SUBDIRS=\ $(NAS_DIR) \ $(FAAC_DIR) \ $(FAAD_DIR) \ - $(FFMPEG_DIR) \ $(FLAC_DIR) \ $(GDK_PIXBUF_DIR) \ $(GNOMEVFS_DIR) \ @@ -392,7 +385,6 @@ DIST_SUBDIRS=\ esd \ faac \ faad \ - ffmpeg \ flac \ gdk_pixbuf \ gnomevfs \ |