From b36eade7f3203630738fa44f00d415e805077dde Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Thu, 13 Feb 2014 21:17:23 +0100 Subject: 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. --- autogen.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'autogen.sh') 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 -- cgit v1.2.1