]> git.sesse.net Git - vlc/blobdiff - include/vlc_sout.h
Remove two compilation warnings (unused variables).
[vlc] / include / vlc_sout.h
index cb2ef6f488e76439e13cb02d8eb65d4bf4779b2e..811146f72baef197e8d5936c8183f4e35d476a61 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_SOUT_H_
+#define VLC_SOUT_H_
 
-#ifndef _VLC_SOUT_H_
-#define _VLC_SOUT_H_
+/**
+ * \file
+ * This file defines structures and functions for stream ouput in vlc
+ */
 
 #ifdef __cplusplus
 extern "C" {