mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
708cf898e8
Original commit message from CVS: parallel install fixes
11 lines
411 B
Makefile
11 lines
411 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
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) -ffast-math -finline-functions
|
|
libgstsdlvideosink_la_LIBADD = $(SDL_LIBS)
|
|
libgstsdlvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = sdlvideosink.h
|