1
2
3
4
5
6
7
8
9
10
11
12
13
14
| prefix=../ffmpeg
| exec_prefix=${prefix}
| libdir=../ffmpeg/lib
| includedir=../ffmpeg/include
|
| Name: libavfilter
| Description: FFmpeg audio/video filtering library
| Version: 7.40.101
| Requires:
| Requires.private: libswscale >= 5.3.100, libavformat >= 58.20.100, libavcodec >= 58.35.100, libswresample >= 3.3.100, libavutil >= 56.22.100
| Conflicts:
| Libs: -L${libdir} -lavfilter
| Libs.private: -pthread -lm
| Cflags: -I${includedir}
|
|