Hi, mpv supports linking against libcaca. However when I compile mpv with brew (not using bottled version) when I have libcaca installed it still fails to find it. How do i get mpv to find it because it’s an automatic option?
brew install mpv -s --verbose --HEAD
...
Checking for CACA : no ('caca >= 0.99.beta18' not found)
...
$ brew info libcaca
/usr/local/Cellar/libcaca/0.99b19 (43 files, 2.8MB) *
Poured from bottle on 2019-01-28 at 01:57:42
When looking at mpv configure, this option is an automatic dependency so it should be automatically be found in the PATH.