q-p / SoundPusher

Virtual audio device, real-time encoder and SPDIF forwarder for macOS
MIT License
153 stars 15 forks source link

'libavutil/opt.h' file not found #16

Closed Raj123456788 closed 3 years ago

Raj123456788 commented 3 years ago

Followed https://superuser.com/questions/624561/install-ffmpeg-on-os-x to install the ffmpeg

Is there specific ffmpeg version or installer needed to be installed?

q-p commented 3 years ago

Check the build settings of the SoundPusher target, it refers to $FFMPEG_HOME. This variable can be set in Xcode Preferences => Locations => Custom Paths.

Raj123456788 commented 3 years ago

Still giving me same error. Please tell me if I am missing anything.

Screen Shot 2020-12-31 at 10 38 21 AM
Raj123456788 commented 3 years ago

above solution worked. thanks!