Mercurial > sdl-ios-xcode
view src/video/macdsp/Makefile.am @ 1280:f61f045343d3
Re-query the SDL_WINDOWID each time we initialize the video
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 29 Jan 2006 06:11:38 +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