Makefile.am
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. ## Makefile.am for SDL using the MacOS X Quartz video driver
  2. noinst_LTLIBRARIES = libvideo_quartz.la
  3. libvideo_quartz_la_SOURCES = $(QUARTZ_SRCS)
  4. # The SDL MacOS X Quartz video driver sources
  5. QUARTZ_SRCS = 
  6. SDL_QuartzKeys.h
  7. SDL_QuartzVideo.h
  8. SDL_QuartzVideo.m
  9. # These files are included by SDL_QuartzVideo.m (is that right??)
  10. noinst_HEADERS =
  11. SDL_QuartzEvents.m
  12. SDL_QuartzWM.m
  13. SDL_QuartzWindow.m