본문 바로가기

How to Build

xvid 1.1.3

colorspace_xxxx 는...다음과 같이 해줘야...

nasm -f win32 -DPREFIX -I$(InputDir) -o $(IntDir)\$(InputName).obj  $(InputPath)

portab.h 수정

/*****************************************************************************
 *  Some things that are only architecture dependant
 ****************************************************************************/

#if defined(ARCH_IS_32BIT)
#    define CACHE_LINE 64
#    define ptr_t uint32_t
#    define intptr_t int32_t
#    define _INTPTR_T_DEFINED // 추가
#    if defined(_MSC_VER) && _MSC_VER >= 1300 && !defined(__INTEL_COMPILER)
#        include <stdarg.h>
#    else
#        define uintptr_t uint32_t
#    endif

4. 워닝이 짜증난다면 제거
_CRT_SECURE_NO_WARNINGS