]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/simple_preferences.hpp
Simple Preferences - Audio: Don't build widget not useful for your platform instead...
[vlc] / modules / gui / qt4 / components / simple_preferences.hpp
index 4210cca196b1600c77bf1d7e598407fd1ca3470a..acd8763e8156c4f64155fd8b9d04d3a28bc203a4 100644 (file)
@@ -61,7 +61,17 @@ enum {
     CachingHigher = 500
 };
 
-enum { alsaW = 0, ossW, directxW, fileW, audioOutCoB, normalizerChB, volLW };
+enum {
+#ifdef WIN32
+       directxW,
+#else
+       alsaW,
+       ossW,
+#endif
+       fileW,
+       audioOutCoB,
+       normalizerChB,
+       volLW };
 enum { recordChB, dumpChB, bandwidthChB, timeshiftChB, inputLE, cachingCoB };
 enum { skinRB, qtRB };