이 시도:
brew remove libogg flac sox
brew update
brew doctor
brew install libogg flac
brew install sox
libogg와 flac가있는 상태에서 sox를 다시 컴파일하면 FLAC 지원을 찾을 수 있습니다.
~$ brew info sox
sox: stable 14.4.1
http://sox.sourceforge.net/
/usr/local/Cellar/sox/14.4.1_1 (15 files, 2.1M) *
Built from source
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/sox.rb
==> Dependencies
Build: pkg-config ✔
Required: libpng ✔, mad ✔
Optional: opencore-amr ✘, libvorbis ✔, flac ✔, libsndfile ✔, libao ✘, lame ✔
==> Options
--with-flac
Build with flac support
--with-lame
Build with lame support
--with-libao
Build with libao support
--with-libsndfile
Build with libsndfile support
--with-libvorbis
Build with libvorbis support
--with-opencore-amr
Build with opencore-amr support
sox
은 Homebrew (추가 옵션 없음)에서 설치할 때 FLAC 지원이 즉시 작동했습니다.