]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
Libdvdread fix on Win$uck$
[vlc] / include / vlc_config.h
index 81eb4d00e1f39cb0a4995377da7b9ccd3532480d..30f05e308146d0ab8ba2d19bda0d2fe4db887dc6 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#if !defined( __LIBVLC__ )
-  #error You are not libvlc or one of its plugins. You cannot include this file
-#endif
-
 /* Conventions regarding names of symbols and variables
  * ----------------------------------------------------
  *
 
 /* 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 */