]> git.sesse.net Git - vlc/blobdiff - include/vlc_meta_fetcher.h
Contrib: allow building contribs with no optimization
[vlc] / include / vlc_meta_fetcher.h
index f1ce2294626075c14cc8083fea46fbe15775cd2c..e8061457813e24b8c5d0a6f926256c44ae2f7a33 100644 (file)
@@ -23,9 +23,9 @@
 
 typedef enum meta_fetcher_scope_t
 {
-    FETCHER_SCOPE_LOCAL,
-    FETCHER_SCOPE_NETWORK,
-    FETCHER_SCOPE_ANY
+    FETCHER_SCOPE_LOCAL   = 0x01,
+    FETCHER_SCOPE_NETWORK = 0x02,
+    FETCHER_SCOPE_ANY     = 0x03
 } meta_fetcher_scope_t;
 
 typedef struct meta_fetcher_t