qt/LedOK/ffmpeg/lib/pkgconfig/libavdevice.pc

14 lines
448 B
PkgConfig
Raw Normal View History

prefix=${pcfiledir}/../..
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: libavdevice
Description: FFmpeg device handling library
2023-10-20 18:27:56 +08:00
Version: 60.2.101
Requires:
2023-10-20 18:27:56 +08:00
Requires.private: libavfilter >= 9.11.100, libswscale >= 7.4.100, libpostproc >= 57.2.100, libavformat >= 60.15.100, libavcodec >= 60.30.102, libswresample >= 4.11.100, libavutil >= 58.27.100
Conflicts:
Libs: -L${libdir} -lavdevice
Cflags: -I${includedir}