mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
8227135f3b
Tests and documentation will follow separately. The mixer elements in the opengl plugin need to stay in -bad for now since they use GstVideoAggregator. https://bugzilla.gnome.org/show_bug.cgi?id=754094
13 lines
413 B
Makefile
13 lines
413 B
Makefile
|
|
SUBDIRS = . filternovideooverlay filtervideooverlay fxtest switchvideooverlay 3dvideo
|
|
|
|
noinst_LTLIBRARIES = libgstgtkhelper.la
|
|
|
|
libgstgtkhelper_la_SOURCES = gstgtk.c gstgtk.h
|
|
libgstgtkhelper_la_CFLAGS = -I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs \
|
|
$(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
|
|
|
|
if HAVE_WINDOW_COCOA
|
|
libgstgtkhelper_la_CFLAGS += -x objective-c
|
|
endif
|
|
|