mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-07 01:51:22 +00:00
27 lines
535 B
Makefile
27 lines
535 B
Makefile
|
noinst_PROGRAMS = test decodetest test2 test3 test4 test5 test6 test7
|
||
|
|
||
|
test_LDADD = $(GST_LIBS)
|
||
|
test_CFLAGS = $(GST_CFLAGS)
|
||
|
|
||
|
test2_LDADD = $(GST_LIBS)
|
||
|
test2_CFLAGS = $(GST_CFLAGS)
|
||
|
|
||
|
test3_LDADD = $(GST_LIBS)
|
||
|
test3_CFLAGS = $(GST_CFLAGS)
|
||
|
|
||
|
test4_LDADD = $(GST_LIBS)
|
||
|
test4_CFLAGS = $(GST_CFLAGS)
|
||
|
|
||
|
test5_LDADD = $(GST_LIBS)
|
||
|
test5_CFLAGS = $(GST_CFLAGS)
|
||
|
|
||
|
test6_LDADD = $(GST_LIBS)
|
||
|
test6_CFLAGS = $(GST_CFLAGS)
|
||
|
|
||
|
test7_LDADD = $(GST_LIBS)
|
||
|
test7_CFLAGS = $(GST_CFLAGS)
|
||
|
|
||
|
decodetest_LDADD = $(GST_LIBS)
|
||
|
decodetest_CFLAGS = $(GST_CFLAGS)
|
||
|
|