On Saturday, July 24, 2021, Marco Antonio <[email protected]>
wrote:

> Hi devs, I have a question.
>
> When using pkg-config cflags to find the path for libavformat headers, it
> comes with the usual path (/usr/include/ffmpeg), but it also points to a
> -lavformat.
>

for me it returns only includes:

$ pkg-config --cflags libavformat
-I/data/data/com.termux/files/usr/include
$

but this is on termux (linux environment for Android)

I recently used

'pkg-config --cflags-only-I' call, while in ny case I was looking for
libx11 includes...



>
> Since I'm starting to work with emscripten compiler for webassembly (just
> for learning), some problem arises by ems from not finding lavformat.
> It should be a peace of cake to fix it, but I can't see to find what it is
> lavformat and what is its path.
>
> Thanks.
>
_______________________________________________
Libav-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/libav-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to