[GH-ISSUE #1201] ShadPS4 Compiling Error MacOS #379

Closed
opened 2026-02-27 21:06:00 +03:00 by kerem · 5 comments
Owner

Originally created by @abnerfreitas on GitHub (Oct 2, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1201

Xcode 16 Installed: Yes
Hardware: Macbook Pro M3
System Version: MacOS 15 Sequoia
Homebrew Native Installed: Yes
Homebrew x86_64 Installed: Yes

Followed every step in the documentation, no errors on any step except for the building, which can be seen in the snippet below.
Full log on attachment.

2 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
[100%] Linking CXX executable shadps4
ld: warning: -no_pie is deprecated when targeting new OS versions
ld: warning: -no_pie is deprecated when targeting new OS versions
ld: warning: non-standard -pagezero_size is deprecated when targeting macOS 13.0 or later
ld: warning: ignoring file /opt/homebrew/Cellar/ffmpeg/7.1/lib/libavcodec.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
ld: warning: ignoring file /opt/homebrew/Cellar/ffmpeg/7.1/lib/libavfilter.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
ld: warning: ignoring file /opt/homebrew/Cellar/ffmpeg/7.1/lib/libavformat.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
ld: warning: ignoring file /opt/homebrew/Cellar/ffmpeg/7.1/lib/libswresample.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
ld: warning: ignoring file /opt/homebrew/Cellar/ffmpeg/7.1/lib/libavutil.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
ld: warning: ignoring file /opt/homebrew/Cellar/ffmpeg/7.1/lib/libswscale.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
Undefined symbols for architecture x86_64:
  "_av_dict_get", referenced from:
      Libraries::AvPlayer::AvPlayerSource::GetStreamInfo(unsigned int, Libraries::AvPlayer::SceAvPlayerStreamInfo&) in avplayer_source.cpp.o
  "_av_frame_alloc", referenced from:
      Libraries::AvPlayer::AvPlayerSource::ConvertVideoFrame(AVFrame const&) in avplayer_source.cpp.o
      Libraries::AvPlayer::AvPlayerSource::VideoDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o
      Libraries::AvPlayer::AvPlayerSource::ConvertAudioFrame(AVFrame const&) in avplayer_source.cpp.o
      Libraries::AvPlayer::AvPlayerSource::AudioDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o
  "_av_frame_free", referenced from:
      Libraries::AvPlayer::AvPlayerSource::ReleaseAVFrame(AVFrame*) in avplayer_source.cpp.o
      Libraries::AvPlayer::AvPlayerSource::ConvertVideoFrame(AVFrame const&) in avplayer_source.cpp.o
      Libraries::AvPlayer::AvPlayerSource::VideoDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o
      Libraries::AvPlayer::AvPlayerSource::ConvertAudioFrame(AVFrame const&) in avplayer_source.cpp.o
      Libraries::AvPlayer::AvPlayerSource::AudioDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o
  "_av_frame_get_buffer", referenced from:
      Libraries::AvPlayer::AvPlayerSource::ConvertVideoFrame(AVFrame const&) in avplayer_source.cpp.o
  "_av_malloc", referenced from:
      Libraries::AvPlayer::AvPlayerFileStreamer::Init(std::__1::basic_string_view<char, std::__1::char_traits<char>>) in avplayer_file_streamer.cpp.o
  "_av_packet_alloc", referenced from:
      Libraries::AvPlayer::AvPlayerSource::DemuxerThread(std::__1::stop_token) in avplayer_source.cpp.o
  "_av_packet_free", referenced from:
      Libraries::AvPlayer::AvPlayerSource::ReleaseAVPacket(AVPacket*) in avplayer_source.cpp.o
      Libraries::AvPlayer::AvPlayerSource::DemuxerThread(std::__1::stop_token) in avplayer_source.cpp.o
  "_av_read_frame", referenced from:
      Libraries::AvPlayer::AvPlayerSource::DemuxerThread(std::__1::stop_token) in avplayer_source.cpp.o
  "_av_strerror", referenced from:
      Libraries::AvPlayer::AvPlayerSource::ConvertVideoFrame(AVFrame const&) in avplayer_source.cpp.o
      Libraries::AvPlayer::AvPlayerSource::VideoDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o
      Libraries::AvPlayer::AvPlayerSource::ConvertAudioFrame(AVFrame const&) in avplayer_source.cpp.o
      Libraries::AvPlayer::AvPlayerSource::AudioDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o
  "_avcodec_alloc_context3", referenced from:
      Libraries::AvPlayer::AvPlayerSource::EnableStream(unsigned int) in avplayer_source.cpp.o
  "_avcodec_find_decoder", referenced from:
      Libraries::AvPlayer::AvPlayerSource::EnableStream(unsigned int) in avplayer_source.cpp.o
  "_avcodec_free_context", referenced from:
      Libraries::AvPlayer::AvPlayerSource::ReleaseAVCodecContext(AVCodecContext*) in avplayer_source.cpp.o
  "_avcodec_open2", referenced from:
      Libraries::AvPlayer::AvPlayerSource::EnableStream(unsigned int) in avplayer_source.cpp.o
  "_avcodec_parameters_to_context", referenced from:
      Libraries::AvPlayer::AvPlayerSource::EnableStream(unsigned int) in avplayer_source.cpp.o
  "_avcodec_receive_frame", referenced from:
      Libraries::AvPlayer::AvPlayerSource::VideoDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o
      Libraries::AvPlayer::AvPlayerSource::AudioDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o
  "_avcodec_send_packet", referenced from:
      Libraries::AvPlayer::AvPlayerSource::VideoDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o
      Libraries::AvPlayer::AvPlayerSource::AudioDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o
  "_avformat_alloc_context", referenced from:
      Libraries::AvPlayer::AvPlayerSource::Init(Libraries::AvPlayer::SceAvPlayerInitData const&, std::__1::basic_string_view<char, std::__1::char_traits<char>>) in avplayer_source.cpp.o
  "_avformat_close_input", referenced from:
      Libraries::AvPlayer::AvPlayerSource::ReleaseAVFormatContext(AVFormatContext*) in avplayer_source.cpp.o
  "_avformat_find_stream_info", referenced from:
      Libraries::AvPlayer::AvPlayerSource::FindStreamInfo() in avplayer_source.cpp.o
  "_avformat_open_input", referenced from:
      Libraries::AvPlayer::AvPlayerSource::Init(Libraries::AvPlayer::SceAvPlayerInitData const&, std::__1::basic_string_view<char, std::__1::char_traits<char>>) in avplayer_source.cpp.o
  "_avformat_seek_file", referenced from:
      Libraries::AvPlayer::AvPlayerSource::DemuxerThread(std::__1::stop_token) in avplayer_source.cpp.o
  "_avio_alloc_context", referenced from:
      Libraries::AvPlayer::AvPlayerFileStreamer::Init(std::__1::basic_string_view<char, std::__1::char_traits<char>>) in avplayer_file_streamer.cpp.o
  "_avio_context_free", referenced from:
      Libraries::AvPlayer::AvPlayerFileStreamer::~AvPlayerFileStreamer() in avplayer_file_streamer.cpp.o
      Libraries::AvPlayer::AvPlayerFileStreamer::~AvPlayerFileStreamer() in avplayer_file_streamer.cpp.o
      Libraries::AvPlayer::AvPlayerFileStreamer::~AvPlayerFileStreamer() in avplayer_file_streamer.cpp.o
  "_avio_seek", referenced from:
      Libraries::AvPlayer::AvPlayerSource::DemuxerThread(std::__1::stop_token) in avplayer_source.cpp.o
  "_swr_alloc_set_opts2", referenced from:
      Libraries::AvPlayer::AvPlayerSource::ConvertAudioFrame(AVFrame const&) in avplayer_source.cpp.o
  "_swr_convert_frame", referenced from:
      Libraries::AvPlayer::AvPlayerSource::ConvertAudioFrame(AVFrame const&) in avplayer_source.cpp.o
  "_swr_free", referenced from:
      Libraries::AvPlayer::AvPlayerSource::ReleaseSWRContext(SwrContext*) in avplayer_source.cpp.o
  "_swr_init", referenced from:
      Libraries::AvPlayer::AvPlayerSource::ConvertAudioFrame(AVFrame const&) in avplayer_source.cpp.o
  "_sws_freeContext", referenced from:
      Libraries::AvPlayer::AvPlayerSource::ReleaseSWSContext(SwsContext*) in avplayer_source.cpp.o
  "_sws_getContext", referenced from:
      Libraries::AvPlayer::AvPlayerSource::ConvertVideoFrame(AVFrame const&) in avplayer_source.cpp.o
  "_sws_scale", referenced from:
      Libraries::AvPlayer::AvPlayerSource::ConvertVideoFrame(AVFrame const&) in avplayer_source.cpp.o
ld: symbol(s) not found for architecture x86_64
c++: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [shadps4] Error 1
make[1]: *** [CMakeFiles/shadps4.dir/all] Error 2
make: *** [all] Error 2

shad_log.txt

Originally created by @abnerfreitas on GitHub (Oct 2, 2024). Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1201 Xcode 16 Installed: Yes Hardware: Macbook Pro M3 System Version: MacOS 15 Sequoia Homebrew Native Installed: Yes Homebrew x86_64 Installed: Yes Followed every step in the documentation, no errors on any step except for the building, which can be seen in the snippet below. Full log on attachment. ```shell 2 warnings generated. 2 warnings generated. 2 warnings generated. 2 warnings generated. [100%] Linking CXX executable shadps4 ld: warning: -no_pie is deprecated when targeting new OS versions ld: warning: -no_pie is deprecated when targeting new OS versions ld: warning: non-standard -pagezero_size is deprecated when targeting macOS 13.0 or later ld: warning: ignoring file /opt/homebrew/Cellar/ffmpeg/7.1/lib/libavcodec.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64 ld: warning: ignoring file /opt/homebrew/Cellar/ffmpeg/7.1/lib/libavfilter.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64 ld: warning: ignoring file /opt/homebrew/Cellar/ffmpeg/7.1/lib/libavformat.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64 ld: warning: ignoring file /opt/homebrew/Cellar/ffmpeg/7.1/lib/libswresample.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64 ld: warning: ignoring file /opt/homebrew/Cellar/ffmpeg/7.1/lib/libavutil.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64 ld: warning: ignoring file /opt/homebrew/Cellar/ffmpeg/7.1/lib/libswscale.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64 Undefined symbols for architecture x86_64: "_av_dict_get", referenced from: Libraries::AvPlayer::AvPlayerSource::GetStreamInfo(unsigned int, Libraries::AvPlayer::SceAvPlayerStreamInfo&) in avplayer_source.cpp.o "_av_frame_alloc", referenced from: Libraries::AvPlayer::AvPlayerSource::ConvertVideoFrame(AVFrame const&) in avplayer_source.cpp.o Libraries::AvPlayer::AvPlayerSource::VideoDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o Libraries::AvPlayer::AvPlayerSource::ConvertAudioFrame(AVFrame const&) in avplayer_source.cpp.o Libraries::AvPlayer::AvPlayerSource::AudioDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o "_av_frame_free", referenced from: Libraries::AvPlayer::AvPlayerSource::ReleaseAVFrame(AVFrame*) in avplayer_source.cpp.o Libraries::AvPlayer::AvPlayerSource::ConvertVideoFrame(AVFrame const&) in avplayer_source.cpp.o Libraries::AvPlayer::AvPlayerSource::VideoDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o Libraries::AvPlayer::AvPlayerSource::ConvertAudioFrame(AVFrame const&) in avplayer_source.cpp.o Libraries::AvPlayer::AvPlayerSource::AudioDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o "_av_frame_get_buffer", referenced from: Libraries::AvPlayer::AvPlayerSource::ConvertVideoFrame(AVFrame const&) in avplayer_source.cpp.o "_av_malloc", referenced from: Libraries::AvPlayer::AvPlayerFileStreamer::Init(std::__1::basic_string_view<char, std::__1::char_traits<char>>) in avplayer_file_streamer.cpp.o "_av_packet_alloc", referenced from: Libraries::AvPlayer::AvPlayerSource::DemuxerThread(std::__1::stop_token) in avplayer_source.cpp.o "_av_packet_free", referenced from: Libraries::AvPlayer::AvPlayerSource::ReleaseAVPacket(AVPacket*) in avplayer_source.cpp.o Libraries::AvPlayer::AvPlayerSource::DemuxerThread(std::__1::stop_token) in avplayer_source.cpp.o "_av_read_frame", referenced from: Libraries::AvPlayer::AvPlayerSource::DemuxerThread(std::__1::stop_token) in avplayer_source.cpp.o "_av_strerror", referenced from: Libraries::AvPlayer::AvPlayerSource::ConvertVideoFrame(AVFrame const&) in avplayer_source.cpp.o Libraries::AvPlayer::AvPlayerSource::VideoDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o Libraries::AvPlayer::AvPlayerSource::ConvertAudioFrame(AVFrame const&) in avplayer_source.cpp.o Libraries::AvPlayer::AvPlayerSource::AudioDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o "_avcodec_alloc_context3", referenced from: Libraries::AvPlayer::AvPlayerSource::EnableStream(unsigned int) in avplayer_source.cpp.o "_avcodec_find_decoder", referenced from: Libraries::AvPlayer::AvPlayerSource::EnableStream(unsigned int) in avplayer_source.cpp.o "_avcodec_free_context", referenced from: Libraries::AvPlayer::AvPlayerSource::ReleaseAVCodecContext(AVCodecContext*) in avplayer_source.cpp.o "_avcodec_open2", referenced from: Libraries::AvPlayer::AvPlayerSource::EnableStream(unsigned int) in avplayer_source.cpp.o "_avcodec_parameters_to_context", referenced from: Libraries::AvPlayer::AvPlayerSource::EnableStream(unsigned int) in avplayer_source.cpp.o "_avcodec_receive_frame", referenced from: Libraries::AvPlayer::AvPlayerSource::VideoDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o Libraries::AvPlayer::AvPlayerSource::AudioDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o "_avcodec_send_packet", referenced from: Libraries::AvPlayer::AvPlayerSource::VideoDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o Libraries::AvPlayer::AvPlayerSource::AudioDecoderThread(std::__1::stop_token) in avplayer_source.cpp.o "_avformat_alloc_context", referenced from: Libraries::AvPlayer::AvPlayerSource::Init(Libraries::AvPlayer::SceAvPlayerInitData const&, std::__1::basic_string_view<char, std::__1::char_traits<char>>) in avplayer_source.cpp.o "_avformat_close_input", referenced from: Libraries::AvPlayer::AvPlayerSource::ReleaseAVFormatContext(AVFormatContext*) in avplayer_source.cpp.o "_avformat_find_stream_info", referenced from: Libraries::AvPlayer::AvPlayerSource::FindStreamInfo() in avplayer_source.cpp.o "_avformat_open_input", referenced from: Libraries::AvPlayer::AvPlayerSource::Init(Libraries::AvPlayer::SceAvPlayerInitData const&, std::__1::basic_string_view<char, std::__1::char_traits<char>>) in avplayer_source.cpp.o "_avformat_seek_file", referenced from: Libraries::AvPlayer::AvPlayerSource::DemuxerThread(std::__1::stop_token) in avplayer_source.cpp.o "_avio_alloc_context", referenced from: Libraries::AvPlayer::AvPlayerFileStreamer::Init(std::__1::basic_string_view<char, std::__1::char_traits<char>>) in avplayer_file_streamer.cpp.o "_avio_context_free", referenced from: Libraries::AvPlayer::AvPlayerFileStreamer::~AvPlayerFileStreamer() in avplayer_file_streamer.cpp.o Libraries::AvPlayer::AvPlayerFileStreamer::~AvPlayerFileStreamer() in avplayer_file_streamer.cpp.o Libraries::AvPlayer::AvPlayerFileStreamer::~AvPlayerFileStreamer() in avplayer_file_streamer.cpp.o "_avio_seek", referenced from: Libraries::AvPlayer::AvPlayerSource::DemuxerThread(std::__1::stop_token) in avplayer_source.cpp.o "_swr_alloc_set_opts2", referenced from: Libraries::AvPlayer::AvPlayerSource::ConvertAudioFrame(AVFrame const&) in avplayer_source.cpp.o "_swr_convert_frame", referenced from: Libraries::AvPlayer::AvPlayerSource::ConvertAudioFrame(AVFrame const&) in avplayer_source.cpp.o "_swr_free", referenced from: Libraries::AvPlayer::AvPlayerSource::ReleaseSWRContext(SwrContext*) in avplayer_source.cpp.o "_swr_init", referenced from: Libraries::AvPlayer::AvPlayerSource::ConvertAudioFrame(AVFrame const&) in avplayer_source.cpp.o "_sws_freeContext", referenced from: Libraries::AvPlayer::AvPlayerSource::ReleaseSWSContext(SwsContext*) in avplayer_source.cpp.o "_sws_getContext", referenced from: Libraries::AvPlayer::AvPlayerSource::ConvertVideoFrame(AVFrame const&) in avplayer_source.cpp.o "_sws_scale", referenced from: Libraries::AvPlayer::AvPlayerSource::ConvertVideoFrame(AVFrame const&) in avplayer_source.cpp.o ld: symbol(s) not found for architecture x86_64 c++: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [shadps4] Error 1 make[1]: *** [CMakeFiles/shadps4.dir/all] Error 2 make: *** [all] Error 2 ``` [shad_log.txt](https://github.com/user-attachments/files/17229110/shad_log.txt)
kerem closed this issue 2026-02-27 21:06:01 +03:00
Author
Owner

@Hermiten commented on GitHub (Oct 4, 2024):

Can I tag you @squidbus ?maybe you know something about it :)

<!-- gh-comment-id:2393200094 --> @Hermiten commented on GitHub (Oct 4, 2024): Can I tag you @squidbus ?maybe you know something about it :)
Author
Owner

@squidbus commented on GitHub (Oct 4, 2024):

I think this is because of your library paths? You have an ARM version of FFmpeg that it's picking up but the build is for x86_64 (which it should be), so the linking fails.

<!-- gh-comment-id:2393208030 --> @squidbus commented on GitHub (Oct 4, 2024): I think this is because of your library paths? You have an ARM version of FFmpeg that it's picking up but the build is for x86_64 (which it should be), so the linking fails.
Author
Owner

@abnerfrei commented on GitHub (Oct 4, 2024):

I think this is because of your library paths? You have an ARM version of FFmpeg that it's picking up but the build is for x86_64 (which it should be), so the linking fails.

Should i uninstall FFmpeg for ARM? Can't i set the path of FFmpeg to the x86_64 version instead?

<!-- gh-comment-id:2393990074 --> @abnerfrei commented on GitHub (Oct 4, 2024): > I think this is because of your library paths? You have an ARM version of FFmpeg that it's picking up but the build is for x86_64 (which it should be), so the linking fails. Should i uninstall FFmpeg for ARM? Can't i set the path of FFmpeg to the x86_64 version instead?
Author
Owner

@qurious-pixel commented on GitHub (Oct 6, 2024):

Should i uninstall FFmpeg for ARM? Can't i set the path of FFmpeg to the x86_64 version instead?

Should be able to set the LDFLAGS and/or LD_LIBRARY_PATH to search.

BREW_x86_PATH="<Path/to/x86/libs>"
LDFLAGS="-L$BREW_x86_PATH/lib $BREW_x86_PATH/opt/ffmpeg@5/lib/libavcodec.dylib$BREW_x86_PATH/opt/ffmpeg@5/lib/libavformat.dylib $BREW_x86_PATH/opt/ffmpeg@5/lib/libavutil.dylib $BREW_x86_PATH/opt/ffmpeg@5/lib/libswscale.dylib $BREW_x86_PATH/opt/ffmpeg@5/lib/libswresample.dylib"
LD_LIBRARY_PATH="$BREW_x86_PATH/lib"
<!-- gh-comment-id:2395417737 --> @qurious-pixel commented on GitHub (Oct 6, 2024): > > Should i uninstall FFmpeg for ARM? Can't i set the path of FFmpeg to the x86_64 version instead? Should be able to set the `LDFLAGS` and/or `LD_LIBRARY_PATH` to search. ```bash BREW_x86_PATH="<Path/to/x86/libs>" LDFLAGS="-L$BREW_x86_PATH/lib $BREW_x86_PATH/opt/ffmpeg@5/lib/libavcodec.dylib$BREW_x86_PATH/opt/ffmpeg@5/lib/libavformat.dylib $BREW_x86_PATH/opt/ffmpeg@5/lib/libavutil.dylib $BREW_x86_PATH/opt/ffmpeg@5/lib/libswscale.dylib $BREW_x86_PATH/opt/ffmpeg@5/lib/libswresample.dylib" LD_LIBRARY_PATH="$BREW_x86_PATH/lib" ```
Author
Owner

@abnerfreitas commented on GitHub (Oct 16, 2024):

Should i uninstall FFmpeg for ARM? Can't i set the path of FFmpeg to the x86_64 version instead?

Should be able to set the LDFLAGS and/or LD_LIBRARY_PATH to search.

BREW_x86_PATH="<Path/to/x86/libs>"
LDFLAGS="-L$BREW_x86_PATH/lib $BREW_x86_PATH/opt/ffmpeg@5/lib/libavcodec.dylib$BREW_x86_PATH/opt/ffmpeg@5/lib/libavformat.dylib $BREW_x86_PATH/opt/ffmpeg@5/lib/libavutil.dylib $BREW_x86_PATH/opt/ffmpeg@5/lib/libswscale.dylib $BREW_x86_PATH/opt/ffmpeg@5/lib/libswresample.dylib"
LD_LIBRARY_PATH="$BREW_x86_PATH/lib"

The x86_64 libs are in the same folder as the arm64 ones?
Also, only ffmpeg@6 and ffmpeg@7 are installed.

<!-- gh-comment-id:2418149735 --> @abnerfreitas commented on GitHub (Oct 16, 2024): > > Should i uninstall FFmpeg for ARM? Can't i set the path of FFmpeg to the x86_64 version instead? > > Should be able to set the `LDFLAGS` and/or `LD_LIBRARY_PATH` to search. > > ```shell > BREW_x86_PATH="<Path/to/x86/libs>" > LDFLAGS="-L$BREW_x86_PATH/lib $BREW_x86_PATH/opt/ffmpeg@5/lib/libavcodec.dylib$BREW_x86_PATH/opt/ffmpeg@5/lib/libavformat.dylib $BREW_x86_PATH/opt/ffmpeg@5/lib/libavutil.dylib $BREW_x86_PATH/opt/ffmpeg@5/lib/libswscale.dylib $BREW_x86_PATH/opt/ffmpeg@5/lib/libswresample.dylib" > LD_LIBRARY_PATH="$BREW_x86_PATH/lib" > ``` The x86_64 libs are in the same folder as the arm64 ones? Also, only ffmpeg@6 and ffmpeg@7 are installed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#379
No description provided.