gstreamer/tests/examples/gl/sdl/Makefile.am
Matthew Waters 05bfd277a8 gl/examples: move to -bad
- fix all the compiler errors
- give them their own gl directory
2017-12-09 19:31:38 +00:00

15 lines
291 B
Makefile

noinst_PROGRAMS = ##
#works on win32 and X
if HAVE_SDL
noinst_PROGRAMS += sdlshare
sdlshare_SOURCES = sdlshare.c
sdlshare_CFLAGS=$(GST_PLUGINS_GL_CFLAGS) $(GST_CFLAGS) \
$(GL_CFLAGS) $(SDL_CFLAGS)
sdlshare_LDADD=$(GST_PLUGINS_GL_LIBS) $(GST_LIBS) \
$(GL_LIBS) $(SDL_LIBS)
endif