summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJosselin Mouette <joss@debian.org>2006-12-14 23:31:45 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-12-14 23:31:45 +0000
commit1f2cd3de4ba477ff15c6b33a48447acb18217b7e (patch)
treefdf903f02d881849043dfedd3cffc67588855388 /Makefile.am
parent2bb3e48e52d333dcc59ae956b93460002ca56b08 (diff)
downloadgst-libav-1f2cd3de4ba477ff15c6b33a48447acb18217b7e.tar.gz
Allow building against an external FFMpeg install. Fixes: #363363
Original commit message from CVS: * Makefile.am: * configure.ac: * ext/ffmpeg/Makefile.am: * ext/ffmpeg/gstffmpeg.c: * ext/ffmpeg/gstffmpegdemux.c: * ext/libpostproc/Makefile.am: * ext/libpostproc/gstpostproc.c: Allow building against an external FFMpeg install. Fixes: #363363 Patch by: Josselin Mouette <joss at debian dot org> When built against an external install, the plugin description will say "system install" instead of "local snapshot"
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e37731c..e61696d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
-SUBDIRS = gst-libs ext docs common tests
+SUBDIRS = $(FFMPEG_SUBDIRS) ext docs common tests
EXTRA_DIST = \
gst-ffmpeg.spec depcomp \