mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
ffmpeg: Fix make dist
This commit is contained in:
parent
c1ae78ecea
commit
4964bd753c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue