We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8216185 commit 75ae618Copy full SHA for 75ae618
cross_compile_ffmpeg.sh
@@ -1510,6 +1510,8 @@ build_libbluray() {
1510
if [[ ! -f jni/win32/jni_md.h.bak ]]; then
1511
sed -i.bak "/JNIEXPORT/s/ __declspec.*//" jni/win32/jni_md.h # Needed for building shared FFmpeg libraries.
1512
fi
1513
+ # avoid collision with newer ffmpegs, couldn't figure out better glob LOL
1514
+ sed -i.bak "s/dec_init/dec__init/g" src/libbluray/disc/*.{c,h}
1515
cd contrib/libudfread
1516
if [[ ! -f src/udfread.c.bak ]]; then
1517
sed -i.bak "/WIN32$/,+4d" src/udfread.c # Fix WinXP incompatibility.
0 commit comments