]> git.sesse.net Git - vlc/blobdiff - modules/demux/rawdv.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / demux / rawdv.c
index 08c9d945c5055368c9c8b8df9438d4e22836bb93..3570599967e7c4da338b4688bdf3274d8f943c9c 100644 (file)
  * Preamble
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_demux.h>
 
@@ -46,7 +50,6 @@ vlc_module_begin();
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_DEMUX );
     add_bool( "rawdv-hurry-up", 0, NULL, HURRYUP_TEXT, HURRYUP_LONGTEXT, VLC_FALSE );
-        change_safe();
     set_callbacks( Open, Close );
     add_shortcut( "rawdv" );
 vlc_module_end();