Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build n7.0 #735

Open
MI2-2 opened this issue Apr 5, 2024 · 3 comments
Open

Can't build n7.0 #735

MI2-2 opened this issue Apr 5, 2024 · 3 comments

Comments

@MI2-2
Copy link

MI2-2 commented Apr 5, 2024

configure of ffmpeg_n7.0 is successful.
After that, the following error occurs during make.

/home/xxx/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-x86_64/lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld: /home/xxx/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libbluray.a(libbluray_la-dec.o):dec.c:(.text+0x2b0): multiple definition of `dec_init'; fftools/ffmpeg_dec.o:ffmpeg_dec.c:(.text+0x2870): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:136: ffmpeg_g.exe] Error 1
@tknts
Copy link

tknts commented Apr 7, 2024

Remove --enable-libbluray on line 2388 of cross_compile_ffmpeg.sh.

@MI2-2
Copy link
Author

MI2-2 commented Apr 7, 2024

thank you.
I was able to build n7.0.

@rdp
Copy link
Owner

rdp commented Jul 22, 2024

I think I get this with git master as well ref: https://code.videolan.org/videolan/libbluray/-/issues/43

rdp added a commit that referenced this issue Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants