summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-12 11:06:22 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-12 11:06:22 +0200
commit4964bd753c06dfbf252dff3f520d74e91951ee08 (patch)
treeb533936e5bbd45efba15496c790c620e8a28392b
parentc1ae78ecea8c7a06ebb96f074231272a3cd5a6d8 (diff)
downloadgst-libav-4964bd753c06dfbf252dff3f520d74e91951ee08.tar.gz
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