mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 22:18:50 +00:00
e92b1b7edc
Original commit message from CVS: Added simple seeking testsuite Added effectv
9 lines
233 B
Makefile
9 lines
233 B
Makefile
testprogs = seek1 ## autoplug3 ## autoplug4 # autoplug2
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS) $(GTK_LIBS)
|
|
CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|