]> git.sesse.net Git - nageru/blobdiff - nageru/flags.h
Add CEF support to Kaeru.
[nageru] / nageru / flags.h
index 7704410ec5d7f5feaadae43cd757a24b2a2f93a6..fdc626585fe11935a41a3cb82b819a64fc0256da 100644 (file)
@@ -80,6 +80,9 @@ struct Flags {
        YCbCrInterpretation ycbcr_interpretation[MAX_VIDEO_CARDS];
        bool transcode_video = true;  // Kaeru only.
        bool transcode_audio = true;  // Kaeru only.
+#ifdef HAVE_CEF
+       bool use_cef = false;  // Kaeru only. If true, then enable_audio must be false.
+#endif
        bool enable_audio = true;  // Kaeru only. If false, then transcode_audio is also false.
        bool use_zerocopy = false;  // Not user-settable.
        bool fullscreen = false;