gstreamer/ext/sdl/Makefile.am
Thomas Vander Stichele a108514e7a added sdl
Original commit message from CVS:
added sdl
2001-12-20 23:21:15 +00:00

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