Mercurial > sdl-ios-xcode
view src/video/macdsp/Makefile.am @ 1195:bb6791b0a268
Fixed OpenGL usage in Quartz target when SDL_SetVideoMode() is called without
explicitly calling SDL_GL_LoadLibrary() first.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 06 Dec 2005 14:36:39 +0000 |
parents | 609c060fd2a2 |
children |
line wrap: on
line source
## Makefile.am for SDL using the Mac DrawSprocket video driver noinst_LTLIBRARIES = libvideo_macdsp.la libvideo_macdsp_la_SOURCES = $(DSP_SRCS) # The SDL Mac DrawSprocket driver sources DSP_SRCS = \ SDL_dspvideo.c \ SDL_dspvideo.h