]> git.sesse.net Git - vlc/blobdiff - include/config.h.in
Same changes that were made in the stbale branch ( FB_NOYPAN support )
[vlc] / include / config.h.in
index 4d9dd6399ba71a60c20db35b1611c2b4fd98f9a9..17d42cd0a282fabe5ad0e7e5373dab40e13ab39a 100644 (file)
 #define VOUT_FB_DEV_VAR                 "vlc_fb_dev"
 #define VOUT_FB_DEV_DEFAULT             "/dev/fb0"
 
+/* Some frame buffers aren't able to support double buffering.
+ * We don't want to lose one frame out of 2, so we may set the
+ * FB_NOYPAN
+ */
+// #define FB_NOYPAN
+   
+
 /*****************************************************************************
  * Video parser configuration
  *****************************************************************************/