mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
fix sdl makefile
Original commit message from CVS: fix sdl makefile
This commit is contained in:
parent
f7a43c6534
commit
14112a29f6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ plugin_LTLIBRARIES = libgstsdlvideosink.la
|
|||
|
||||
libgstsdlvideosink_la_SOURCES = sdlvideosink.c
|
||||
## FIXME I have my doubts about these opti flags
|
||||
libsdlvideosink_la_CFLAGS = $(GST_CFLAGS) $(SDL_CFLAGS) -ffast-math -finline-functions
|
||||
libgstsdlvideosink_la_CFLAGS = $(GST_CFLAGS) $(SDL_CFLAGS) -ffast-math -finline-functions
|
||||
libgstsdlvideosink_la_LIBADD = $(SDL_LIBS)
|
||||
libgstsdlvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue