summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-08-18 17:33:33 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-08-28 15:29:33 -0300
commit2c7e47f2b07880c57dd874aba2617ee2a6a75691 (patch)
treecb5e1c031f9075b2958ccaa804ee64f3cab40f42 /sources
parent0ecef127b156b280ed9bfe8873bd796273d7bf9e (diff)
Include gst/pbutils/gstaudiovisualizer.h in the glue .c file
Diffstat (limited to 'sources')
-rw-r--r--sources/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/Makefile.am b/sources/Makefile.am
index b484f49..30b7bfb 100644
--- a/sources/Makefile.am
+++ b/sources/Makefile.am
@@ -7,7 +7,7 @@ MDB = $(DLL).mdb
GLUEDIR = glue
KEYFILE = $(ASSEMBLY_NAME).snk
-GLUEINCLUDES = gst/gst.h,gst/app/app.h,gst/audio/audio.h,gst/base/base.h,gst/controller/controller.h,gst/fft/fft.h,gst/net/net.h\,gst/pbutils/pbutils.h,gst/rtp/rtp.h,gst/rtsp/rtsp.h,gst/sdp/sdp.h,gst/tag/tag.h,gst/video/video.h
+GLUEINCLUDES = gst/gst.h,gst/app/app.h,gst/audio/audio.h,gst/base/base.h,gst/controller/controller.h,gst/fft/fft.h,gst/net/net.h\,gst/pbutils/gstaudiovisualizer.h,gst/pbutils/pbutils.h,gst/rtp/rtp.h,gst/rtsp/rtsp.h,gst/sdp/sdp.h,gst/tag/tag.h,gst/video/video.h
COMMA =,
SPACE = $(eval)