--- branches/release-1_2-branch/xvidcore/src/xvid.c 2008/12/01 15:00:44 1834 +++ branches/release-1_2-branch/xvidcore/src/xvid.c 2008/12/01 15:06:48 1835 @@ -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.77.2.2 2008-11-30 16:38:31 Isibaar Exp $ + * $Id: xvid.c,v 1.77.2.3 2008-12-01 15:04:56 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