mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gstreamer
This commit is contained in:
commit
18f7b805ef
2 changed files with 10 additions and 1 deletions
|
@ -22,6 +22,15 @@ then
|
|||
fi
|
||||
. common/gst-autogen.sh
|
||||
|
||||
# install pre-commit hook for doing clean commits
|
||||
if test ! -x .git/hooks/pre-commit;
|
||||
then
|
||||
cp common/hooks/pre-commit.hook .git/hooks/pre-commit
|
||||
chmod +x .git/hooks/pre-commit
|
||||
fi
|
||||
|
||||
|
||||
|
||||
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-failing-tests --enable-poisoning --enable-gtk-doc --enable-docbook'
|
||||
|
||||
autogen_options $@
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 5dc8ae302733ce1aae5b1aaa613ce77a8ae4b3d9
|
||||
Subproject commit 137543b7e782c811bc88bf9210323e7e75835d18
|
Loading…
Reference in a new issue