File size: 459 Bytes
8ead80b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
prefix=/usr/local
exec_prefix=${prefix}
libdir=/usr/local/lib
includedir=/usr/local/include
Name: libavdevice
Description: FFmpeg device handling library
Version: 60.2.101
Requires:
Requires.private: libavfilter >= 9.11.100, libswscale >= 7.3.100, libavformat >= 60.11.100, libavcodec >= 60.26.100, libswresample >= 4.11.100, libavutil >= 58.19.100
Conflicts:
Libs: -L${libdir} -lavdevice
Libs.private: -lm -latomic -lxcb -lasound
Cflags: -I${includedir}
|