1
0
forked from BRT/arc
arc/deps/ffmpeg/macos/lib/pkgconfig/libavutil.pc
2025-05-24 15:19:27 +07:00

15 lines
523 B
PkgConfig

prefix=/opt/homebrew/Cellar/ffmpeg/7.1.1_2
exec_prefix=${prefix}
libdir=/opt/homebrew/Cellar/ffmpeg/7.1.1_2/lib
includedir=/opt/homebrew/Cellar/ffmpeg/7.1.1_2/include
Name: libavutil
Description: FFmpeg utility library
Version: 59.39.100
Requires:
Requires.private:
Conflicts:
Libs: -L${libdir} -lavutil
Libs.private: -pthread -lm -framework VideoToolbox -L/opt/homebrew/Cellar/libx11/1.8.12/lib -lX11 -framework CoreFoundation -framework CoreMedia -framework CoreVideo -framework CoreServices
Cflags: -I${includedir}