Skip to content
Snippets Groups Projects
Commit 2aab13b9 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

Revert "ffmpeg: Fix make dist"

This reverts commit 4964bd75.

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.
parent 3a4a139a
No related branches found
No related tags found
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment