]> git.sesse.net Git - vlc/blobdiff - modules/access/gnomevfs.c
Qt4 - minwidth of dropdown inside settings dialogs, patch by André Weber
[vlc] / modules / access / gnomevfs.c
index 73c27b24d5b3feca6c9833e8a712532f70de804d..f329421119de0e12af7224dab2e990a80a09b961 100644 (file)
  * Preamble
  *****************************************************************************/
 #include <vlc/vlc.h>
-#include <vlc/input.h>
+#include <vlc_access.h>
+
 #include <libgnomevfs/gnome-vfs.h>
 
-#include <stdlib.h>
-#include <string.h>
-#include <stdio.h>
 
-#include "charset.h"
+#include <vlc_charset.h>
 #include "vlc_url.h"
 
 /*****************************************************************************
@@ -414,6 +412,7 @@ static int Control( access_t *p_access, int i_query, va_list args )
         case ACCESS_SET_SEEKPOINT:
         case ACCESS_SET_PRIVATE_ID_STATE:
         case ACCESS_GET_META:
+        case ACCESS_GET_CONTENT_TYPE:
             return VLC_EGENERIC;
 
         default: