Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: Ferret4181 on August 29, 2022, 08:19:49 AM
-
Hi, I have been trying to find an extension that includes the libavutil-dev library. Does anyone know if it is included in any extensions?
I have already installed the libavutil extension. I am running piCore 13 on a Raspberry Pi 3.
Cheers!
-
All of the -dev headers are wrapped up in one extension ffmpeg-dev.tcz
-
Hi Paul_123, thank you for the response.
I have tried loading that extension, should I be able to see libavutil-dev in the /usr/local/lib directory?
-
No -dev is just a nomenclature for a development package. The files would be called something different.
Development files normally just add headers and pkgconfig files. The files in the package are http://www.tinycorelinux.net/13.x/armv7/tcz/ffmpeg-dev.tcz.list
-
Thank you for explaining that to me Paul_123 :)