]> git.sesse.net Git - vlc/blobdiff - modules/codec/sdl_image.c
SDL: simplification of detection and requirement of 1.2.10
[vlc] / modules / codec / sdl_image.c
index 6ce6baa94059f36137f1f53e957858af19323c7d..711d87bf2e8ef471e565dce7c1b17853e2121720 100644 (file)
@@ -24,6 +24,7 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
@@ -32,7 +33,7 @@
 #include <vlc_plugin.h>
 #include <vlc_codec.h>
 
-#include SDL_IMAGE_INCLUDE_FILE
+#include <SDL/SDL_image.h>
 
 /*****************************************************************************
  * decoder_sys_t : sdl decoder descriptor