[svn] / branches / release-1_2-branch / xvidcore / src / xvid.c Repository:
ViewVC logotype

Diff of /branches/release-1_2-branch/xvidcore/src/xvid.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1834, Mon Dec 1 15:00:44 2008 UTC revision 1835, Mon Dec 1 15:06:48 2008 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $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 $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 28  Line 28 
28  #include <string.h>  #include <string.h>
29  #include <time.h>  #include <time.h>
30    
31    #if !defined(_WIN32)
32      #include <unistd.h>
33    #endif
34    
35  #include "xvid.h"  #include "xvid.h"
36  #include "decoder.h"  #include "decoder.h"
37  #include "encoder.h"  #include "encoder.h"
# Line 675  Line 679 
679    
680  #else  #else
681    
   #include <unistd.h>  
682    info->num_threads = sysconf(_SC_NPROCESSORS_CONF);    info->num_threads = sysconf(_SC_NPROCESSORS_CONF);
683    
684  #endif  #endif

Legend:
Removed from v.1834  
changed lines
  Added in v.1835

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4