summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2013-03-22 10:26:09 +0100
committerJosep Torra <n770galaxy@gmail.com>2013-03-22 10:27:01 +0100
commita2e8bdf1aa5c2cfc8b84ca794f9498773e8a29ef (patch)
tree8109a440a9d16f97c971537d40c68187b4132798
parentf47052cb62338cacd52803e4e5ba99b5fa75d188 (diff)
downloadgst-omx-a2e8bdf1aa5c2cfc8b84ca794f9498773e8a29ef.tar.gz
makefile: conditional VP8 source code has to be disted
-rw-r--r--omx/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/omx/Makefile.am b/omx/Makefile.am
index 1ac1a7c..709376f 100644
--- a/omx/Makefile.am
+++ b/omx/Makefile.am
@@ -77,7 +77,11 @@ libgstopenmax_la_LIBADD = \
libgstopenmax_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-EXTRA_DIST = openmax
+EXTRA_DIST = \
+ openmax \
+ gstomxvp8dec.c \
+ gstomxvp8dec.h
+
Android.mk: Makefile.am $(BUILT_SOURCES)
androgenizer \