--- xvid.c 2008/11/30 16:36:44 1.79 +++ xvid.c 2008/12/01 15:06:48 1.80 @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: xvid.c,v 1.79 2008/11/30 16:36:44 Isibaar Exp $ + * $Id: xvid.c,v 1.80 2008/12/01 15:06:48 Isibaar Exp $ * ****************************************************************************/ @@ -28,6 +28,10 @@ #include #include +#if !defined(_WIN32) +#include +#endif + #include "xvid.h" #include "decoder.h" #include "encoder.h" @@ -675,7 +679,6 @@ #else - #include info->num_threads = sysconf(_SC_NPROCESSORS_CONF); #endif