Mercurial > mplayer.hg
changeset 1238:e7d98f8f9459
Corrected SDL include path.
author | atmos4 |
---|---|
date | Wed, 27 Jun 2001 11:40:15 +0000 |
parents | 53b23aee5aa7 |
children | ff8f77cb8bd0 |
files | libao2/ao_sdl.c libvo/vo_sdl.c |
diffstat | 2 files changed, 2 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_sdl.c Wed Jun 27 11:39:17 2001 +0000 +++ b/libao2/ao_sdl.c Wed Jun 27 11:40:15 2001 +0000 @@ -100,11 +100,7 @@ // end ring buffer stuff -#ifdef __FreeBSD__ -#include <SDL11/SDL.h> -#else -#include <SDL/SDL.h> -#endif +#include <SDL.h> #if defined(sun) && defined(__svr4__) /* setenv is missing on solaris */
--- a/libvo/vo_sdl.c Wed Jun 27 11:39:17 2001 +0000 +++ b/libvo/vo_sdl.c Wed Jun 27 11:40:15 2001 +0000 @@ -133,13 +133,7 @@ "" }; - -#ifdef __FreeBSD__ -#include <SDL11/SDL.h> -#else -#include <SDL/SDL.h> -#endif - +#include <SDL.h> #if defined(sun) && defined(__svr4__) /* setenv is missing on solaris */