mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
a108514e7a
Original commit message from CVS: added sdl
11 lines
323 B
Makefile
11 lines
323 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libsdlvideosink.la
|
|
libsdlvideosink_la_SOURCES = sdlvideosink.c
|
|
|
|
|
|
## FIXME I have my doubts about these opti flags
|
|
libsdlvideosink_la_CFLAGS = -ffast-math -finline-functions $(GST_CFLAGS) $(SDL_CFLAGS)
|
|
libsdlvideosink_la_LIBADD = $(SDL_LIBS)
|
|
|
|
noinst_HEADERS = sdlvideosink.h
|