2003-10-28 18:54:20 +00:00
|
|
|
|
2004-08-09 20:14:51 +00:00
|
|
|
plugin_LTLIBRARIES = libgstglimagesink.la
|
2003-10-28 18:54:20 +00:00
|
|
|
|
2007-12-15 06:33:36 +00:00
|
|
|
libgstglimagesink_la_SOURCES = \
|
|
|
|
glimagesink.c \
|
2007-12-24 21:04:45 +00:00
|
|
|
gstgldisplay.c \
|
2007-12-15 06:33:36 +00:00
|
|
|
gstopengl.c \
|
2007-12-18 01:25:57 +00:00
|
|
|
glextensions.c \
|
|
|
|
gstglbuffer.c \
|
2007-12-21 00:03:10 +00:00
|
|
|
gstglupload.c \
|
|
|
|
gstgldownload.c \
|
2007-12-25 00:34:13 +00:00
|
|
|
gstgltestsrc.c \
|
|
|
|
gltestsrc.c \
|
2007-12-21 00:03:10 +00:00
|
|
|
gstglfilter.c
|
2006-01-30 15:47:47 +00:00
|
|
|
libgstglimagesink_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) $(GST_BASE_CFLAGS) \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS)
|
2006-02-22 14:37:20 +00:00
|
|
|
libgstglimagesink_la_LIBADD = $(X_LIBS) $(XSHM_LIBS) -lGL \
|
2006-01-30 15:47:47 +00:00
|
|
|
$(GST_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
|
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
|
2004-08-09 20:14:51 +00:00
|
|
|
libgstglimagesink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
2007-12-14 16:23:06 +00:00
|
|
|
noinst_HEADERS = \
|
2007-12-15 19:31:23 +00:00
|
|
|
glimagesink.h \
|
2007-12-24 21:04:45 +00:00
|
|
|
gstgldisplay.h \
|
2007-12-18 01:25:57 +00:00
|
|
|
glextensions.h \
|
2007-12-25 00:34:13 +00:00
|
|
|
gstgltestsrc.h \
|
|
|
|
gltestsrc.h \
|
2007-12-18 01:25:57 +00:00
|
|
|
gstglbuffer.h
|