mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
df52eb3198
Otherwise build fails
12 lines
367 B
Makefile
12 lines
367 B
Makefile
|
|
SUBDIRS = . gtkvideooverlay filternovideooverlay filtervideooverlay fxtest switchvideooverlay
|
|
|
|
noinst_LTLIBRARIES = libgstgtkhelper.la
|
|
|
|
libgstgtkhelper_la_SOURCES = gstgtk.c gstgtk.h
|
|
libgstgtkhelper_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GTK3_CFLAGS)
|
|
|
|
if HAVE_WINDOW_COCOA
|
|
libgstgtkhelper_la_CFLAGS += -x objective-c
|
|
endif
|
|
|