examples: Add a silly joystick based shuttle example
This commit is contained in:
parent
681721466d
commit
cec360b397
1
tests/examples/seek/.gitignore
vendored
1
tests/examples/seek/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
jsseek
|
||||
scrubby
|
||||
seek
|
||||
stepping
|
||||
|
@ -1,5 +1,5 @@
|
||||
if HAVE_GTK_X11
|
||||
GTK_EXAMPLES=seek scrubby
|
||||
GTK_EXAMPLES=seek scrubby jsseek
|
||||
endif
|
||||
|
||||
examples = $(GTK_EXAMPLES) stepping stepping2
|
||||
@ -10,4 +10,4 @@ LDADD = \
|
||||
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
|
||||
$(GST_LIBS) $(GTK_LIBS) $(LIBM)
|
||||
|
||||
AM_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS) -I$(top_builddir)/gst-libs
|
||||
AM_CFLAGS = -I$(top_builddir)/gst-libs $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||
|
3036
tests/examples/seek/jsseek.c
Normal file
3036
tests/examples/seek/jsseek.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user