From d79e4c6f8fb781c8e245aa463dee066aa879f53b Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 27 Sep 2003 16:44:53 +0000 Subject: make ffmpeg erroring out work: Original commit message from CVS: make ffmpeg erroring out work: - don't built gst-libs/ext/ffmpeg - don't update Tag when cvs command fails --- gst-libs/ext/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'gst-libs/ext/Makefile.am') diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am index 7271132c..587ac143 100644 --- a/gst-libs/ext/Makefile.am +++ b/gst-libs/ext/Makefile.am @@ -1,3 +1,9 @@ -SUBDIRS = ffmpeg mplex +if USE_FFMPEG +FFMPEG_DIR=ffmpeg +else +FFMPEG_DIR= +endif + +SUBDIRS = $(FFMPEG_DIR) mplex DIST_SUBDIRS= ffmpeg mplex -- cgit v1.2.1