mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
2b0095e84f
Original commit message from CVS: Add XOverlay interface support to both sdlvideosink and xvideosink. They're fully interchangeable now.
11 lines
391 B
Makefile
11 lines
391 B
Makefile
|
|
plugin_LTLIBRARIES = libgstsdlvideosink.la
|
|
|
|
libgstsdlvideosink_la_SOURCES = sdlvideosink.c
|
|
## FIXME I have my doubts about these opti flags
|
|
libgstsdlvideosink_la_CFLAGS = $(GST_CFLAGS) $(SDL_CFLAGS)
|
|
libgstsdlvideosink_la_LIBADD = $(SDL_LIBS) \
|
|
$(top_builddir)/gst-libs/gst/xoverlay/libgstxoverlay.la
|
|
libgstsdlvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = sdlvideosink.h
|