]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/omapdrmtest.git/blobdiff - Makefile.am
[VIDENC] Adding Video encoder
[glsdk/omapdrmtest.git] / Makefile.am
index 3ccf563188452e4adb3fafb4f05d3eb5be5a7cb8..99f40363875a54be0d479beb21e9c72ff468cbc4 100644 (file)
@@ -23,7 +23,7 @@ bin_PROGRAMS += dmabuftest
 endif
 
 if ENABLE_DCE
-bin_PROGRAMS += viddec3test copycodectest yuvcopytest
+bin_PROGRAMS += viddec3test copycodectest yuvcopytest videnc2test
 endif
 
 LDADD_COMMON = util/libutil.la @DRM_LIBS@ @DCE_LIBS@ @GBM_LIBS@ @EGL_LIBS@ @GLES2_LIBS@
@@ -54,4 +54,6 @@ copycodectest_SOURCES = copycodectest.c
 copycodectest_LDADD = $(LDADD_COMMON)
 yuvcopytest_SOURCES = yuvcopytest.c
 yuvcopytest_LDADD = $(LDADD_COMMON)
+videnc2test_SOURCES = videnc2test.c
+videnc2test_LDADD = $(LDADD_COMMON)
 endif