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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. ## Makefile.am for SDL using the DirectFB video driver
  2. CFLAGS = @CFLAGS@ $(DIRECTFB_CFLAGS)
  3. noinst_LTLIBRARIES = libvideo_directfb.la
  4. libvideo_directfb_la_SOURCES = $(DIRECTFB_SRCS)
  5. libvideo_directfb_la_LIBADD  = $(DIRECTFB_LIBS)
  6. # The SDL DirectFB video driver sources
  7. DIRECTFB_SRCS = 
  8. SDL_DirectFB_events.c
  9. SDL_DirectFB_events.h
  10. SDL_DirectFB_video.c
  11. SDL_DirectFB_video.h