1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/multimedia/libxine/files/patch-src:video_out:video_out_sdl.c
MANTANI Nobutaka 1b6012aca2 (1) Update to 0.9.10.
(2) Add SDL support.

Submitted by:	mi (2)
2002-06-02 13:39:37 +00:00

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"