]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/omapdrmtest.git/commitdiff
Added updated makefile.am
authorPradeep Venkatasubbarao <pradeepv@ti.com>
Fri, 13 Dec 2013 06:14:42 +0000 (11:44 +0530)
committerChandramohan <chandramohan.c@ti.com>
Fri, 13 Dec 2013 09:25:57 +0000 (14:55 +0530)
Signed-off-by: Pradeep Venkatasubbarao <pradeepv@ti.com>
Makefile.am

index 5521dbfbf32830126b77ac6d74d1b9214d84313a..f56e29cce9318997f30d0b251339b1b79c991ba6 100644 (file)
@@ -1,19 +1,19 @@
-#  
+#
 #  Copyright (C) 2011 Texas Instruments
 #  Author: Rob Clark <rob.clark@linaro.org>
-#  
+#
 #  This program is free software; you can redistribute it and/or modify it
 #  under the terms of the GNU General Public License version 2 as published by
 #  the Free Software Foundation.
-#  
+#
 #  This program is distributed in the hope that it will be useful, but WITHOUT
 #  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 #  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 #  more details.
-#  
+#
 #  You should have received a copy of the GNU General Public License along with
 #  this program.  If not, see <http://www.gnu.org/licenses/>.
-#  
+#
 
 SUBDIRS = util omx_cam
 bin_PROGRAMS = fliptest v4l2capturedisplay
@@ -23,7 +23,7 @@ bin_PROGRAMS += dmabuftest
 endif
 
 if ENABLE_DCE
-bin_PROGRAMS += viddec3test
+bin_PROGRAMS += viddec3test copycodectest yuvcopytest
 endif
 
 LDADD_COMMON = util/libutil.la @DRM_LIBS@ @DCE_LIBS@ @GBM_LIBS@ @EGL_LIBS@ @GLES2_LIBS@
@@ -44,4 +44,8 @@ endif
 if ENABLE_DCE
 viddec3test_SOURCES = viddec3test.c
 viddec3test_LDADD = $(LDADD_COMMON)
+copycodectest_SOURCES = copycodectest.c
+copycodectest_LDADD = $(LDADD_COMMON)
+yuvcopytest_SOURCES = yuvcopytest.c
+yuvcopytest_LDADD = $(LDADD_COMMON)
 endif