comparison src/video/directfb/Makefile.am @ 478:f8482d7c9595

Date: Tue, 27 Aug 2002 19:07:38 +0200 From: Denis Oliver Kropp Subject: YUV support I just added YUV overlay support to the DirectFB backend.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 31 Aug 2002 04:13:28 +0000
parents cb384ef627f6
children 84d043703e77
comparison
equal deleted inserted replaced
477:22581630aab7 478:f8482d7c9595
10 # The SDL DirectFB video driver sources 10 # The SDL DirectFB video driver sources
11 DIRECTFB_SRCS = \ 11 DIRECTFB_SRCS = \
12 SDL_DirectFB_events.c \ 12 SDL_DirectFB_events.c \
13 SDL_DirectFB_events.h \ 13 SDL_DirectFB_events.h \
14 SDL_DirectFB_video.c \ 14 SDL_DirectFB_video.c \
15 SDL_DirectFB_video.h 15 SDL_DirectFB_video.h \
16 SDL_DirectFB_yuv.c \
17 SDL_DirectFB_yuv.h