mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
8dfaefdbe3
Original commit message from CVS: Add xvideosink embedding test, because it has problems. (Or this test code has problems.)
8 lines
166 B
Makefile
8 lines
166 B
Makefile
|
|
TESTS = embed
|
|
|
|
check_PROGRAMS = embed
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS) $(GTK_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|