1. fix gcc 3.4 link error.
2. fix mingw build issue when enable asm
This commit is contained in:
parent
469419bfb4
commit
1e5a290855
@ -1,5 +1,5 @@
|
||||
ASM = nasm
|
||||
CFLAGS += -DWIN32 -D__NO_CTYPE
|
||||
LDFLAGS +=
|
||||
ASMFLAGS += -f win -DPREFIX
|
||||
ASMFLAGS += -f win32 -DPREFIX
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user