[FFmpeg-user] Compilation Error on including libffmpeg-audio-dec library

Carl Eugen Hoyos ceffmpeg at gmail.com
Tue Mar 21 09:10:35 EET 2017


2017-03-20 8:20 GMT+01:00 Taruna Kumari <taruna.kumari at tataelxsi.co.in>:

> I have included library libffmpeg-audio-dec in my code base through
> kernel configuration file.

Whatever this may be, it is not provided by FFmpeg and you cannot get
support for it here.

Does the following work with current FFmpeg git head?
$ ./configure --enable-libopus

For cross-compilation, you have to use pkg-config magic, I don't know
how it works but it is said to be common knowledge.

Carl Eugen


More information about the ffmpeg-user mailing list