gstreamer: amlv4l2dec [1/1]

PD#SWPL-79817

Problem:
new git for amlv4l2dec

Solution:
(detail info)

Verify:
(detail info)

Change-Id: I9b84c97bc6fd27ea269bf4c2cc7bcf51b6be8502
Signed-off-by: xuesong.jiang <xuesong.jiang@amlogic.com>
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..a5fe3b3
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+echo "start: autoscan"
+autoscan
+echo "start: aclocal"
+aclocal
+echo "start: autoconf"
+autoconf
+echo "start: autoheader"
+autoheader
+echo "start: automake --add-missing"
+automake --add-missing
+echo "start: ./configure"
+./configure
+echo "auto setup finish."