Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/multimedia/ccextractor/files/patch-src_rust_wrapper.h
27271 views
1
--- src/rust/wrapper.h.orig 2026-01-20 14:53:33 UTC
2
+++ src/rust/wrapper.h
3
@@ -14,3 +14,7 @@
4
#include "../lib_ccx/ccx_gxf.h"
5
#include "../lib_ccx/ccx_demuxer_mxf.h"
6
#include "../lib_ccx/cc_bitstream.h"
7
+#ifdef iconv_t
8
+#undef iconv_t
9
+typedef libiconv_t iconv_t;
10
+#endif
11
12