mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
49b26d418b
Original commit message from CVS: some more commenting autoplug2 has a problem, I suspect the problem is actually with the mpeg type plugins, mpeg2types for example has a (null) Could someone take a look at it ?
9 lines
204 B
Makefile
9 lines
204 B
Makefile
testprogs = autoplug autoplug3 autoplug4 # autoplug2
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS)
|
|
CFLAGS = $(GST_CFLAGS)
|