From d33a32c5a821a52625cd6c775f125a4110db8f43 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 13 Feb 2004 15:11:49 +0000 Subject: move ffmpeg stuff to gst-ffmpeg module Original commit message from CVS: move ffmpeg stuff to gst-ffmpeg module --- ext/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ext') 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 \ -- cgit