Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/video/directfb/Makefile.am Sat Aug 31 04:06:37 2002 +0000 +++ b/src/video/directfb/Makefile.am Sat Aug 31 04:13:28 2002 +0000 @@ -12,4 +12,6 @@ SDL_DirectFB_events.c \ SDL_DirectFB_events.h \ SDL_DirectFB_video.c \ - SDL_DirectFB_video.h + SDL_DirectFB_video.h \ + SDL_DirectFB_yuv.c \ + SDL_DirectFB_yuv.h