[FFmpeg-user] ERROR: opus not found using pkg-config
Carl Eugen Hoyos
ceffmpeg at gmail.com
Mon Aug 29 11:33:01 EEST 2016
2016-08-25 15:28 GMT+02:00 Ashutosh Kumar <ashutosh at avainfotech.com>:
> I am getting error on ff-mpeg installing time.
>
> ERROR: opus not found using pkg-config
If you are on a system without pkg-config, you can use the
configure option --pkg-config=true but you also have to
set the appropriate cflags and ldflags:
--pkg-config=true --extra-cflags=-I/usr/include/opus --extra-ldflags=-lopus
Carl Eugen
More information about the ffmpeg-user
mailing list