mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 17:39:47 +00:00
11 lines
319 B
Makefile
11 lines
319 B
Makefile
noinst_PROGRAMS = playback-test
|
|
|
|
LDADD = \
|
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \
|
|
$(GST_LIBS) $(GTK_LIBS) $(LIBM)
|
|
|
|
if HAVE_GTK_QUARTZ
|
|
AM_CPPFLAGS = '-xobjective-c'
|
|
endif
|
|
|
|
AM_CFLAGS = -I$(top_builddir)/gst-libs $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
|