]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
Another bunch of invalid config.h usage
[vlc] / include / vlc_config.h
index 81eb4d00e1f39cb0a4995377da7b9ccd3532480d..bd8d2509963e84d412d013f78fb4187451b46f21 100644 (file)
 
 /* Video heap size - remember that a decompressed picture is big
  * (~1 Mbyte) before using huge values */
-#ifdef OPTIMIZE_MEMORY
-#   define VOUT_MAX_PICTURES               5
-#else
-#   define VOUT_MAX_PICTURES               8
-#endif
+#define VOUT_MAX_PICTURES               8
 
 /* Minimum number of direct pictures the video output will accept without
  * creating additional pictures in system memory */