Corrected SDL include path.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1239 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-06-27 11:40:15 +00:00
parent 3952747a33
commit df920217c0
2 changed files with 2 additions and 12 deletions

View File

@ -100,11 +100,7 @@ static int read_buffer(unsigned char* data,int len){
// 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 */

View File

@ -133,13 +133,7 @@ static vo_info_t vo_info =
""
};
#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 */