[Libav-user] ERROR: libplacebo >= 4.192.0 not found using pkg-config
Gianluca Cannata
gcannata23 at gmail.com
Sun Jun 23 15:01:23 EEST 2024
Hi everyone,
I hope this is the right mailing list.
I am trying to enable the libplacebo av_filter because I am writing a
simple C program using libavfilter C API but no matter how I install
libplacebo ( with libplacebo-dev from Ubuntu or from VideoLAN git source )
I always ended up receiving the following error:
ERROR: libplacebo >= 4.192.0 not found using pkg-config
This the current configuration option I am using:
./configure --prefix=/usr --enable-shared --enable-gpl --enable-version3
--disable-static --enable-gnutls --enable-libaom --enable-libass
--enable-librtmp --enable-libssh --enable-libv4l2 --enable-libxml2
--enable-libzimg --enable-libplacebo
If I type:
ls -l1 /usr/lib/x86_64-linux-gnu/libplacebo.so
I get the following:
lrwxrwxrwx 1 root root 17 Jun 23 13:15
/usr/lib/x86_64-linux-gnu/libplacebo.so -> libplacebo.so.349
What am I doing wrong ?
Gianluca
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://ffmpeg.org/pipermail/libav-user/attachments/20240623/25e26182/attachment.htm>
More information about the Libav-user
mailing list