mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 17:39:47 +00:00
69b18ab09d
The navigation interface is now in the video library.
17 lines
420 B
Makefile
17 lines
420 B
Makefile
if HAVE_GTK_X11
|
|
if HAVE_LINUX_JOYSTICK_HEADERS
|
|
GTK_EXAMPLES=scrubby jsseek
|
|
else
|
|
GTK_EXAMPLES=scrubby
|
|
endif
|
|
endif
|
|
|
|
examples = $(GTK_EXAMPLES) stepping stepping2
|
|
|
|
noinst_PROGRAMS = $(examples)
|
|
|
|
LDADD = \
|
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \
|
|
$(GST_LIBS) $(GTK_LIBS) $(LIBM)
|
|
|
|
AM_CFLAGS = -I$(top_builddir)/gst-libs $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
|