mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
d2ea46cdbf
Conflicts: tests/examples/seek/seek.c
18 lines
509 B
Makefile
18 lines
509 B
Makefile
if HAVE_GTK_X11
|
|
if HAVE_LINUX_JOYSTICK_HEADERS
|
|
GTK_EXAMPLES=seek scrubby jsseek
|
|
else
|
|
GTK_EXAMPLES=seek scrubby
|
|
endif
|
|
endif
|
|
|
|
examples = $(GTK_EXAMPLES) stepping stepping2
|
|
|
|
noinst_PROGRAMS = $(examples)
|
|
|
|
LDADD = \
|
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la \
|
|
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
|
|
$(GST_LIBS) $(GTK_LIBS) $(LIBM)
|
|
|
|
AM_CFLAGS = -I$(top_builddir)/gst-libs $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
|