summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSrinu Gorle <sgorle@codeaurora.org>2016-09-27 16:07:56 +0530
committerSrinu Gorle <sgorle@codeaurora.org>2016-10-28 15:16:12 +0530
commit04d5e40b3df700488dbee5d79a2fe47a7bbf9967 (patch)
treee57ccf0de661122261be344adfd7357144504df5 /Makefile.am
parentea41e4906179ab14e06a9d40de21cdf576f7b52c (diff)
downloadmedia-04d5e40b3df700488dbee5d79a2fe47a7bbf9967.tar.gz
mm-video-v4l2: Enable auto tools for video components compilation
Add configure and makefiles to compile video encoder code using auto tools. Change-Id: Ie3d0aa2b3510828c7c157ffb1f8704e32bc9372b
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 00000000..aa14ba85
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,5 @@
+# Makefile.am - Automake script for mm-omxvideo
+#
+ACLOCAL_AMFLAGS = -I m4
+
+SUBDIRS = mm-core mm-video-v4l2 \ No newline at end of file