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 /gst-libs/ext/Makefile.am | |
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 'gst-libs/ext/Makefile.am')
-rw-r--r-- | gst-libs/ext/Makefile.am | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am index c2c93739..f9beb01e 100644 --- a/gst-libs/ext/Makefile.am +++ b/gst-libs/ext/Makefile.am @@ -1,9 +1,2 @@ -if USE_FFMPEG -FFMPEG_DIR=ffmpeg -else -FFMPEG_DIR= -endif - -SUBDIRS = $(FFMPEG_DIR) - -DIST_SUBDIRS= ffmpeg +SUBDIRS = +DIST_SUBDIRS = |