-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Describe the bug
Hello All,
I am using the conan-center version of the ffmpeg lib specifically ffmpeg/6.1.1
my project uses this code to consume it:
#ffmpeg gives PKG_CONFIG_PATH ERRORS currently when finding it's interdependancies.
self.requires("ffmpeg/6.1.1",options={"with_libaom": False, \
"with_libdav1d": False, \
"with_openh264": False, \
"with_openjpeg": False, \
"with_opus": False, \
"with_libsvtav1": False, \
"with_vorbis": False, \
"with_libvpx": False, \
"with_libwebp": False, \
"with_libx264": False, \
"with_libx265": False})
On windows I have had to disable the above libs because of PKG_CONFIG related errors. Is this currently expected? Is there a way to link with the missing packages by linking to the libs through version provided by msys?
https://github.com/conan-io/conan-center-index/tree/master/recipes/ffmpeg
Thanks for any tips, suggestions, help
-Trevor
How to reproduce it
conan install . --build=missing