mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
21e9ad2b8e
And remove references to $(GST_PLUGINS_GL_*)
13 lines
422 B
Makefile
13 lines
422 B
Makefile
|
|
SUBDIRS = . gtkvideooverlay filternovideooverlay filtervideooverlay fxtest switchvideooverlay
|
|
|
|
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) $(GTK3_CFLAGS)
|
|
|
|
if HAVE_WINDOW_COCOA
|
|
libgstgtkhelper_la_CFLAGS += -x objective-c
|
|
endif
|
|
|