From 04d5e40b3df700488dbee5d79a2fe47a7bbf9967 Mon Sep 17 00:00:00 2001 From: Srinu Gorle Date: Tue, 27 Sep 2016 16:07:56 +0530 Subject: 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 --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') 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 -- cgit v1.2.3