patch-src_splay_common_cc 434 B

12345678910111213141516
  1. $OpenBSD: patch-src_splay_common_cc,v 1.1 2010/01/11 07:51:27 jakemsr Exp $
  2. --- src/splay_common.cc.orig Sun Dec 27 19:35:03 2009
  3. +++ src/splay_common.cc Sun Dec 27 19:35:39 2009
  4. @@ -29,7 +29,11 @@ bool splay_shuffleflag=false,
  5. splay_forcetomonoflag=false;
  6. #ifdef PTHREADEDMPEG
  7. +#ifdef __OpenBSD__
  8. +int splay_threadnum=0;
  9. +#else
  10. int splay_threadnum=50;
  11. +#endif
  12. #endif
  13. const char *splay_Sounderrors[SOUND_ERROR_UNKNOWN]=