15 lines
429 B
PkgConfig
15 lines
429 B
PkgConfig
prefix=./output
|
|
exec_prefix=${prefix}
|
|
libdir=./output/lib
|
|
includedir=./output/include
|
|
|
|
Name: libavdevice
|
|
Description: FFmpeg device handling library
|
|
Version: 58.10.100
|
|
Requires:
|
|
Requires.private: libavfilter >= 7.85.100, libswscale >= 5.7.100, libavformat >= 58.45.100, libavcodec >= 58.91.100, libswresample >= 3.7.100, libavutil >= 56.51.100
|
|
Conflicts:
|
|
Libs: -L${libdir} -lavdevice
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|