mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
14112a29f6
Original commit message from CVS: fix sdl makefile
11 lines
388 B
Makefile
11 lines
388 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
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
|