2003-10-28 18:54:20 +00:00
|
|
|
|
2008-01-17 23:23:31 +00:00
|
|
|
plugin_LTLIBRARIES = libgstopengl.la
|
2003-10-28 18:54:20 +00:00
|
|
|
|
2008-01-18 15:13:16 +00:00
|
|
|
AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
2007-12-27 00:52:22 +00:00
|
|
|
AM_LIBS = $(GST_BASE_LIBS)
|
|
|
|
|
2008-01-17 23:23:31 +00:00
|
|
|
libgstopengl_la_SOURCES = \
|
2008-07-15 21:16:53 +00:00
|
|
|
gstopengl.c \
|
2008-05-18 19:18:04 +00:00
|
|
|
gstglimagesink.c \
|
|
|
|
gstglimagesink.h \
|
2008-06-12 21:40:17 +00:00
|
|
|
gstglupload.c \
|
|
|
|
gstglupload.h \
|
|
|
|
gstgldownload.c \
|
|
|
|
gstgldownload.h \
|
2008-09-21 17:26:37 +00:00
|
|
|
gstglfilterblur.c \
|
2008-09-23 08:37:58 +00:00
|
|
|
gstglfiltersobel.c \
|
2008-06-08 02:19:43 +00:00
|
|
|
gstglfiltercube.c \
|
|
|
|
gstglfiltercube.h \
|
2008-07-18 08:49:34 +00:00
|
|
|
gstglfilterlaplacian.c \
|
|
|
|
gstglfilterlaplacian.h \
|
2008-09-21 17:26:37 +00:00
|
|
|
gstglfilterglass.c \
|
|
|
|
gstglfilterglass.h \
|
2008-06-08 02:19:43 +00:00
|
|
|
gstglfilterapp.c \
|
2008-06-10 23:00:39 +00:00
|
|
|
gstglfilterapp.h \
|
|
|
|
gstglcolorscale.c \
|
2008-06-11 18:33:53 +00:00
|
|
|
gstglcolorscale.h \
|
2008-09-21 17:26:37 +00:00
|
|
|
gltestsrc.c \
|
|
|
|
gltestsrc.h \
|
2008-06-11 18:33:53 +00:00
|
|
|
gstgltestsrc.c \
|
2008-08-13 18:58:49 +00:00
|
|
|
gstgltestsrc.h \
|
2008-08-13 20:36:13 +00:00
|
|
|
gstgleffects.c \
|
2008-08-14 07:26:23 +00:00
|
|
|
gstgleffects.h \
|
2008-08-13 20:36:13 +00:00
|
|
|
effects/gstgleffectssources.c \
|
|
|
|
effects/gstgleffectssources.h \
|
2008-08-14 09:31:09 +00:00
|
|
|
effects/gstgleffectscurves.h \
|
2008-08-13 20:36:13 +00:00
|
|
|
effects/gstgleffectidentity.c \
|
2008-08-13 22:07:20 +00:00
|
|
|
effects/gstgleffectmirror.c \
|
2008-08-14 06:03:49 +00:00
|
|
|
effects/gstgleffectsqueeze.c \
|
2008-08-14 07:26:23 +00:00
|
|
|
effects/gstgleffectstretch.c \
|
2008-08-14 12:08:23 +00:00
|
|
|
effects/gstgleffecttunnel.c \
|
|
|
|
effects/gstgleffectfisheye.c \
|
|
|
|
effects/gstgleffecttwirl.c \
|
|
|
|
effects/gstgleffectbulge.c \
|
|
|
|
effects/gstgleffectsquare.c \
|
2008-08-14 09:31:09 +00:00
|
|
|
effects/gstgleffectlumatocurve.c \
|
2008-10-15 14:18:22 +00:00
|
|
|
effects/gstgleffectlumatocurve.h \
|
2008-08-14 10:09:39 +00:00
|
|
|
effects/gstgleffectrgbtocurve.c \
|
2008-08-16 07:13:39 +00:00
|
|
|
effects/gstgleffectsin.c \
|
2008-10-15 14:18:22 +00:00
|
|
|
effects/gstgleffectglow.c \
|
|
|
|
effects/gstgleffectxray.c
|
2008-09-07 12:17:57 +00:00
|
|
|
|
2008-08-18 14:16:58 +00:00
|
|
|
if HAVE_GDKPIXBUF
|
2008-09-07 12:17:57 +00:00
|
|
|
libgstopengl_la_SOURCES += gstglpixbufoverlay.c \
|
|
|
|
gstgldifferencematte.c \
|
|
|
|
gstglbumper.c \
|
|
|
|
gstglbumber.h
|
2008-08-18 14:16:58 +00:00
|
|
|
endif
|
2008-07-15 21:16:53 +00:00
|
|
|
|
2008-01-18 15:13:16 +00:00
|
|
|
# check order of CFLAGS and LIBS, shouldn't the order be the other way around
|
|
|
|
# (like in AM_CFLAGS)?
|
2008-01-17 23:23:31 +00:00
|
|
|
libgstopengl_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) $(GST_BASE_CFLAGS) \
|
2009-02-05 00:18:15 +00:00
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GL_CFLAGS) $(LIBPNG_CFLAGS) \
|
2008-01-17 23:23:31 +00:00
|
|
|
-I$(top_srcdir)/gst-libs \
|
2008-08-13 20:36:13 +00:00
|
|
|
-I$(top_srcdir)/gst-libs/gst/gl \
|
|
|
|
-I$(top_srcdir)/gst/gl/effects
|
2008-08-18 14:16:58 +00:00
|
|
|
if HAVE_GDKPIXBUF
|
|
|
|
libgstopengl_la_CFLAGS += $(GDKPIXBUF_CFLAGS)
|
|
|
|
endif
|
|
|
|
|
2008-01-31 21:35:56 +00:00
|
|
|
libgstopengl_la_LIBADD = \
|
|
|
|
$(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_MAJORMINOR).la \
|
2008-01-18 15:13:16 +00:00
|
|
|
$(GST_BASE_LIBS) \
|
2008-05-18 19:58:49 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) \
|
2009-02-05 00:18:15 +00:00
|
|
|
$(GL_LIBS) \
|
|
|
|
$(LIBPNG_LIBS)
|
2008-08-18 14:16:58 +00:00
|
|
|
if HAVE_GDKPIXBUF
|
|
|
|
libgstopengl_la_LIBADD += $(GDKPIXBUF_LIBS)
|
|
|
|
endif
|
|
|
|
|
2008-01-17 23:23:31 +00:00
|
|
|
libgstopengl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2004-08-09 20:14:51 +00:00
|
|
|
|