mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-14 06:00:59 +00:00
Fix compilation of utf8proc on Windows
This commit is contained in:
parent
8861f7b40a
commit
4ff40f1be8
@ -8,8 +8,6 @@
|
||||
#include "ccx_decoders_708_output.h"
|
||||
#include "ccx_encoders_xds.h"
|
||||
#include "ccx_encoders_helpers.h"
|
||||
#define UTF8PROC_STATIC
|
||||
#define UTF8PROC_DLLEXPORT
|
||||
#include "utf8proc.h"
|
||||
|
||||
extern CURL *curl;
|
||||
|
@ -1,8 +1,5 @@
|
||||
#include "png.h"
|
||||
#include "protobuf-c.h"
|
||||
#define UTF8PROC_STATIC
|
||||
#define UTF8PROC_DLLEXPORT
|
||||
#include "utf8proc/utf8proc.h"
|
||||
#include "zlib.h"
|
||||
#include "gpac/version.h"
|
||||
#include "lib_ccx.h"
|
||||
@ -16,6 +13,7 @@
|
||||
#include "../lib_hash/sha2.h"
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include "utf8proc/utf8proc.h"
|
||||
|
||||
#ifdef ENABLE_OCR
|
||||
#include "capi.h"
|
||||
|
@ -120,6 +120,8 @@ typedef bool utf8proc_bool;
|
||||
#endif
|
||||
#include <limits.h>
|
||||
|
||||
#define UTF8PROC_STATIC
|
||||
|
||||
#ifdef UTF8PROC_STATIC
|
||||
# define UTF8PROC_DLLEXPORT
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user