From: Mark Nauwelaerts Date: Sun, 16 Feb 2014 14:58:15 +0000 (+0100) Subject: gst-libs: handle make dist for out-of-tree build X-Git-Tag: 1.3.1~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f5132b34fef8f0879d8cad480261f0136531aac;p=platform%2Fupstream%2Fgst-libav.git gst-libs: handle make dist for out-of-tree build --- 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