mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
827d3f924a
Original commit message from CVS: - plugins are built without versioning info
11 lines
384 B
Makefile
11 lines
384 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 = $(GST_CFLAGS) $(SDL_CFLAGS) -ffast-math -finline-functions
|
|
libsdlvideosink_la_LIBADD = $(GST_LIBS) $(SDL_LIBS)
|
|
libsdlvideosink_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = sdlvideosink.h
|