From 7f5132b34fef8f0879d8cad480261f0136531aac Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Sun, 16 Feb 2014 15:58:15 +0100 Subject: [PATCH] gst-libs: handle make dist for out-of-tree build --- gst-libs/ext/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am index 12f35c8..b125faa 100644 --- a/gst-libs/ext/Makefile.am +++ b/gst-libs/ext/Makefile.am @@ -36,7 +36,7 @@ maintainer-clean: distclean maintainerclean: maintainer-clean dist-local: - GIT_DIR=libav/.git git checkout-index --prefix=$(TMP_DIST_DIR)/libav/ -a + GIT_DIR=$(srcdir)/libav/.git git checkout-index --prefix=$(abs_builddir)/libav/$(TMP_DIST_DIR)/libav/ -a touch libav/$(TMP_DIST_DIR)/libav/config.mak echo "Patching libav ./configure" sed -e '/Unknown option/ {N;N;s/exit 1//; }' libav/$(TMP_DIST_DIR)/libav/configure > libav/$(TMP_DIST_DIR)/libav/configure.tmp -- 2.7.4