]> git.sesse.net Git - vlc/blobdiff - include/vlc_image.h
Hack to fix the compilation on 10.4. This should actually be covered by configure...
[vlc] / include / vlc_image.h
index 6b27b730b266b5ef860f7dfd42cc1337b8d28c48..ab1031b20fdc225d912f652da261dde545670b9b 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#if !defined( __LIBVLC__ )
+  #error You are not libvlc or one of its plugins. You cannot include this file
+#endif
+
 #ifndef _VLC_IMAGE_H
 #define _VLC_IMAGE_H 1
 
-#include "vlc_video.h"
+#include <vlc_vout.h>
 
 # ifdef __cplusplus
 extern "C" {