[Mplayer-cvslog] CVS: main/libvo vo_sdl.c,1.49,1.50

Atmosfear atmos4 at mplayerhq.banki.hu
Wed Jun 27 13:40:17 CEST 2001


Update of /cvsroot/mplayer/main/libvo
In directory mplayerhq:/var/tmp.root/cvs-serv27993/libvo

Modified Files:
	vo_sdl.c 
Log Message:
Corrected SDL include path.


Index: vo_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_sdl.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -r1.49 -r1.50
*** vo_sdl.c	24 Jun 2001 19:20:19 -0000	1.49
--- vo_sdl.c	27 Jun 2001 11:40:14 -0000	1.50
***************
*** 134,144 ****
  };
  
! 
! #ifdef __FreeBSD__
! #include <SDL11/SDL.h>
! #else
! #include <SDL/SDL.h>
! #endif
! 
  
  #if	defined(sun) && defined(__svr4__)
--- 134,138 ----
  };
  
! #include <SDL.h>
  
  #if	defined(sun) && defined(__svr4__)


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list