[096/906] up

git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@508 93df14bb-0f41-7a43-8087-d3e2a2f0e464
This commit is contained in:
Julien Isorce 2008-06-11 23:31:53 +00:00 committed by Matthew Waters
parent 1a7b6d5bb3
commit 129652c1ce
4 changed files with 4 additions and 4 deletions

View file

@ -4,15 +4,13 @@ lib_LTLIBRARIES = libgstgl-@GST_MAJORMINOR@.la
libgstgl_@GST_MAJORMINOR@_la_SOURCES = \
gstgldisplay.c \
gstglbuffer.c \
gstglfilter.c \
gltestsrc.c
gstglfilter.c
libgstgl_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/gl
libgstgl_@GST_MAJORMINOR@include_HEADERS = \
gstgldisplay.h \
gstglbuffer.h \
gstglfilter.h \
gltestsrc.h
gstglfilter.h
libgstgl_@GST_MAJORMINOR@_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \

View file

@ -20,6 +20,8 @@ libgstopengl_la_SOURCES = \
gstglfilterapp.h \
gstglcolorscale.c \
gstglcolorscale.h \
gltestsrc.c \
gltestsrc.h \
gstgltestsrc.c \
gstgltestsrc.h