summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2015-12-08 00:36:36 +0200
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-01-19 12:49:11 +0100
commit258214aa334a82d6ac976414a7d3b181ed071371 (patch)
tree2477d260dcbc5ca7f7559a9154db0a936de30d21 /autogen.sh
parent046c880d8aee6fc972ccc8374017bf8b3a2b8d70 (diff)
Remove libvpx submodule
We will be using upstream codecparsers always. No more internal libvpx !
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b36c8dc8..245970a4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -26,7 +26,6 @@ else
submodule_init="yes"
fi
done
- [ -f ext/libvpx/upstream/configure ] || submodule_init="yes"
if test "$submodule_init" = "yes"; then
$GIT submodule init
fi