]> git.sesse.net Git - vlc/blobdiff - include/vlc_image.h
Qt: Save/Convert dialog should not show any streaming features.
[vlc] / include / vlc_image.h
index ab1031b20fdc225d912f652da261dde545670b9b..a7ab94cef5519080a233c87d5eb883ab8641ac03 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
 
-#ifndef _VLC_IMAGE_H
-#define _VLC_IMAGE_H 1
+/**
+ * \file
+ * This file defines functions and structures for image conversions in vlc
+ */
 
 #include <vlc_vout.h>