We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4447da commit f458320Copy full SHA for f458320
2 files changed
ffmpeg4java-linux/native/scripts/compile.sh
@@ -19,6 +19,7 @@ gcc --verbose \
19
-m${LIB_TYPE} \
20
-Wall \
21
-fpic \
22
+ -Wl,--no-undefined \
23
-Wl,-Bsymbolic \
24
-Wl,--whole-archive \
25
libavformat/libavformat.a \
ffmpeg4java-windows/native/scripts/compile.sh
@@ -21,6 +21,7 @@ x86_64-w64-mingw32-gcc --verbose \
-Wl,--out-implib=ffmpeg4java.dll.a \
-Wl,-add-stdcall-alias \
26
27
0 commit comments