mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 05:46:36 +00:00
gst-libs: handle make dist for out-of-tree build
This commit is contained in:
parent
fe224775cf
commit
7f5132b34f
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=$(srcdir)/libav/.git git checkout-index --prefix=$(abs_builddir)/libav/$(TMP_DIST_DIR)/libav/ -a
|
||||
touch libav/$(TMP_DIST_DIR)/libav/config.mak
|
||||
echo "Patching libav ./configure"
|
||||
sed -e '/Unknown option/ {N;N;s/exit 1//; }' libav/$(TMP_DIST_DIR)/libav/configure > libav/$(TMP_DIST_DIR)/libav/configure.tmp
|
||||
|
|
Loading…
Reference in a new issue