mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
fix Mach-O shared library build
Add extern to kChunks[] in muxi.h. Fixes: ld: duplicate symbol _kChunks in .libs/muxinternal.o and .libs/muxedit.o Change-Id: Ibeb060f7fdec5fe904097a2443f0cda2f7ede884
This commit is contained in:
parent
241ddd38e2
commit
b309a6f901
@ -103,7 +103,7 @@ typedef struct {
|
||||
uint32_t chunkSize;
|
||||
} ChunkInfo;
|
||||
|
||||
const ChunkInfo kChunks[LIST_ID + 1];
|
||||
extern const ChunkInfo kChunks[LIST_ID + 1];
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Helper functions.
|
||||
|
Loading…
Reference in New Issue
Block a user