summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-11-21 11:10:49 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-11-21 11:10:49 +0000
commit5f446f9da2aa8615db044deb62e61cc5171ffdb3 (patch)
treeb49789823d88b2a290cf914f57336abcbb38c9ac
parent25e31a84d94bed86c50338e4e680b02452dfc328 (diff)
Revert "Revert "ffmpeg: Fix make dist""
-rw-r--r--gst-libs/ext/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am
index cbd1274..b1054e1 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