1. fix gcc 3.4 link error.

2. fix mingw build issue when enable asm
This commit is contained in:
unknown 2014-01-02 17:19:25 +08:00
parent 469419bfb4
commit 1e5a290855
2 changed files with 2 additions and 7 deletions

View File

@ -1,5 +1,5 @@
ASM = nasm
CFLAGS += -DWIN32 -D__NO_CTYPE
LDFLAGS +=
ASMFLAGS += -f win -DPREFIX
ASMFLAGS += -f win32 -DPREFIX

View File

@ -48,9 +48,6 @@
namespace WelsDec {
#ifdef __cplusplus
extern "C" {
#endif//__cplusplus
// cache line size
extern uint32_t g_uiCacheLineSize;
@ -91,9 +88,7 @@ enum {
WELS_LOG_DEFAULT = WELS_LOG_ERROR | WELS_LOG_WARNING | WELS_LOG_INFO | WELS_LOG_DEBUG // Default log level in Wels codec
};
#ifdef __cplusplus
}
#endif//__cplusplus
} // namespace WelsDec