]> git.sesse.net Git - vlc/blobdiff - src/misc/variables.c
libMpeg2 0.5.1 bump
[vlc] / src / misc / variables.c
index 6d5923a2f78e2b7eeea40f4a6e218bd6dfa47bd6..45d15cfe5ed62e529fab1dd2d220f97df23f7c26 100644 (file)
@@ -28,7 +28,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include "variables.h"
 
 #include "libvlc.h"
@@ -710,6 +710,10 @@ int __var_Change( vlc_object_t *p_this, const char *psz_name,
             }
             break;
 
+        case VLC_VAR_SETISCOMMAND:
+            p_var->i_type |= VLC_VAR_ISCOMMAND;
+            break;
+
         default:
             break;
     }