From 2aab13b9aed1ff7e9a17be07b3184ebd0869afe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 8 Aug 2012 13:11:57 +0100 Subject: Revert "ffmpeg: Fix make dist" This reverts commit 4964bd753c06dfbf252dff3f520d74e91951ee08. No idea what this fixes, for me it breaks make dist, which fails with: make[2]: Entering directory `/home/tpm/gst/0.11/gst-ffmpeg/gst-libs/ext' GIT_DIR=libav/.git git checkout-index --prefix=../libav-dist/libav/ -a touch libav-dist/libav/config.mak touch: cannot touch `libav-dist/libav/config.mak': No such file or directory after a clean build. --- gst-libs/ext/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst-libs') diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am index b1054e155a..cbd1274a76 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=libav/.git git checkout-index --prefix=$(TMP_DIST_DIR)/libav/ -a touch $(TMP_DIST_DIR)/libav/config.mak echo "Patching libav ./configure" sed -e '/Unknown option/ {N;N;s/exit 1//; }' $(TMP_DIST_DIR)/libav/configure > $(TMP_DIST_DIR)/libav/configure.tmp -- cgit v1.2.1