mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
autogen: drop videoutils submodule.
This commit is contained in:
parent
b3eccdb72b
commit
78aa9c4433
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if test -z "$GIT"; then
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
submodule_init="no"
|
submodule_init="no"
|
||||||
for ext_module in codecparsers videoutils; do
|
for ext_module in codecparsers; do
|
||||||
if test ! -f ext/${ext_module}/autogen.sh; then
|
if test ! -f ext/${ext_module}/autogen.sh; then
|
||||||
submodule_init="yes"
|
submodule_init="yes"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue