9711d6144b
- rust now mandatory - GUI rewritten in flutter, which we do not support unfortunately - hard subtitle extraction works now Changelog: https://github.com/CCExtractor/ccextractor/releases/tag/v0.96.5 Changelog: https://github.com/CCExtractor/ccextractor/releases/tag/v0.96.4 Changelog: https://github.com/CCExtractor/ccextractor/releases/tag/v0.96.3 Changelog: https://github.com/CCExtractor/ccextractor/releases/tag/v0.96.2 Changelog: https://github.com/CCExtractor/ccextractor/releases/tag/v0.96.1 Changelog: https://github.com/CCExtractor/ccextractor/releases/tag/v0.96
11 lines
274 B
C
11 lines
274 B
C
--- src/rust/wrapper.h.orig 2026-01-20 14:53:33 UTC
|
|
+++ src/rust/wrapper.h
|
|
@@ -14,3 +14,7 @@
|
|
#include "../lib_ccx/ccx_gxf.h"
|
|
#include "../lib_ccx/ccx_demuxer_mxf.h"
|
|
#include "../lib_ccx/cc_bitstream.h"
|
|
+#ifdef iconv_t
|
|
+#undef iconv_t
|
|
+typedef libiconv_t iconv_t;
|
|
+#endif
|