mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Corrected SDL include path.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1239 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3952747a33
commit
df920217c0
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user