mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
f3dc36d37d
Original commit message from CVS: * changes to allow apps outside of gstreamer/ to use dparams * continuing test removal
9 lines
214 B
Makefile
9 lines
214 B
Makefile
testprogs = converter compatibility # enum capsnego converter2
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS)
|
|
CFLAGS = $(GST_CFLAGS)
|