mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
Fix sdl_zoom compile problems on OpenBSD
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
d43277c534
commit
22d091b38d
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -187,7 +187,7 @@ sdl_zoom.o: sdl_zoom.c sdl_zoom.h sdl_zoom_template.h
|
||||||
|
|
||||||
sdl.o: sdl.c keymaps.h sdl_keysym.h sdl_zoom.h
|
sdl.o: sdl.c keymaps.h sdl_keysym.h sdl_zoom.h
|
||||||
|
|
||||||
sdl.o audio/sdlaudio.o baum.o: CFLAGS += $(SDL_CFLAGS)
|
sdl.o audio/sdlaudio.o sdl_zoom.o baum.o: CFLAGS += $(SDL_CFLAGS)
|
||||||
|
|
||||||
acl.o: acl.h acl.c
|
acl.o: acl.h acl.c
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
#include "sdl_zoom.h"
|
#include "sdl_zoom.h"
|
||||||
#include "osdep.h"
|
#include "osdep.h"
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
static int sdl_zoom_rgb16(SDL_Surface *src, SDL_Surface *dst, int smooth,
|
static int sdl_zoom_rgb16(SDL_Surface *src, SDL_Surface *dst, int smooth,
|
||||||
SDL_Rect *dst_rect);
|
SDL_Rect *dst_rect);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue