summaryrefslogtreecommitdiff
path: root/ext/gl/Makefile.am
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2015-02-11 23:29:01 +1100
committerMatthew Waters <matthew@centricular.com>2015-03-12 16:45:50 +0000
commitefaca13d11882ad2eb9ceb9cf8f0d8722d75cb88 (patch)
tree0537d85627cafe8d7f7d831444e549edc2812309 /ext/gl/Makefile.am
parent45d85a057083da227a448987bf482c7b74b38148 (diff)
downloadgstreamer-plugins-bad-efaca13d11882ad2eb9ceb9cf8f0d8722d75cb88.tar.gz
gl: add a new glupload element based on the glupload library object
Diffstat (limited to 'ext/gl/Makefile.am')
-rw-r--r--ext/gl/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am
index dc606828c..15103f468 100644
--- a/ext/gl/Makefile.am
+++ b/ext/gl/Makefile.am
@@ -3,6 +3,7 @@ plugin_LTLIBRARIES = libgstopengl.la
libgstopengl_la_SOURCES = \
gstopengl.c \
gstglbasemixer.c \
+ gstgluploadelement.c \
gstglimagesink.c \
gstglfiltercube.c \
gstgleffects.c \
@@ -18,6 +19,7 @@ libgstopengl_la_SOURCES = \
noinst_HEADERS = \
gstglbasemixer.h \
+ gstgluploadelement.h \
gstglimagesink.h \
gstglfiltercube.h \
gstgleffects.h \