mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
1b6012aca2
(2) Add SDL support. Submitted by: mi (2)
12 lines
304 B
C
12 lines
304 B
C
--- src/video_out/video_out_sdl.c.orig Sun Jun 2 02:04:24 2002
|
|
+++ src/video_out/video_out_sdl.c Sun Jun 2 02:04:30 2002
|
|
@@ -47,7 +47,7 @@
|
|
#include <string.h>
|
|
#include <inttypes.h>
|
|
#include <math.h>
|
|
-#include <SDL/SDL.h>
|
|
+#include <SDL11/SDL.h>
|
|
|
|
#include "video_out.h"
|
|
#include "xine_internal.h"
|