diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-08-08 13:11:57 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-08-08 13:11:57 +0100 |
commit | 2aab13b9aed1ff7e9a17be07b3184ebd0869afe0 (patch) | |
tree | 02e4b08b0f5d0cbd20907fea61f3f953687d699c /gst-libs | |
parent | 3a4a139a2802bf37c5938cb00e1942f18c7aef22 (diff) |
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.
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/ext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am index b1054e1..cbd1274 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 |