summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-02-13 21:17:23 +0100
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-04-18 20:37:25 +0200
commitb36eade7f3203630738fa44f00d415e805077dde (patch)
tree40836ccf957ca82cf292162bc733be4501c2bfe0 /autogen.sh
parentc9299bf18bd222cc7c54d381b196fd22254cff6d (diff)
vp8: use range decoder from libvpx.
Add libvpx submodule that tracks the upstream version 1.3.0. This is needed to build a libgstcodecparsers_vpx.so library with all symbols placed into the GSTREAMER namespace.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index b4a63f36..d7213afc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -26,6 +26,7 @@ else
submodule_init="yes"
fi
done
+ [ -f ext/libvpx/upstream/configure ] || submodule_init="yes"
if test "$submodule_init" = "yes"; then
$GIT submodule init
fi