You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There appears to be issues doing a build with build-debug on macOS. This is assuming I want ffmpeg support.
Without ffmpeg installed:
ld: library not found for -lavcodec
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Installing ffmpeg from homebrew, build fails twice at:
hardware.cpp:422:27: error: use of undeclared identifier 'CODEC_FLAG2_FAST'
ffmpeg_vid_ctx->flags2 = CODEC_FLAG2_FAST;
hardware.cpp:1030:29: error: use of undeclared identifier 'CODEC_FLAG2_FAST'
ffmpeg_vid_ctx->flags2 = CODEC_FLAG2_FAST;
I am able to compile DOSBox-X using build-debug-noavcodec and then run the binary from /usr/bin/dosbox-x after make install.
To Reproduce
Steps to reproduce the behavior:
Checkout this project at the given commit.
Install latest version of Xcode, and Homebrew.
Install autoconf, automake, ffmpeg from Homebrew.
Run build-debug
Expected behavior
Expected compile to complete without errors.
Environment (please complete the following information):
Describe the bug
There appears to be issues doing a build with
build-debug
on macOS. This is assuming I want ffmpeg support.Without ffmpeg installed:
Installing ffmpeg from homebrew, build fails twice at:
I am able to compile DOSBox-X using
build-debug-noavcodec
and then run the binary from/usr/bin/dosbox-x
aftermake install
.To Reproduce
Steps to reproduce the behavior:
build-debug
Expected behavior
Expected compile to complete without errors.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: