15 lines
443 B
PkgConfig
15 lines
443 B
PkgConfig
prefix=/Users/chris/Source/Repos/cog/ThirdParty/ffmpeg
|
|
exec_prefix=${prefix}
|
|
libdir=/Users/chris/Source/Repos/cog/ThirdParty/ffmpeg/lib
|
|
includedir=/Users/chris/Source/Repos/cog/ThirdParty/ffmpeg/include
|
|
|
|
Name: libavcodec
|
|
Description: FFmpeg codec library
|
|
Version: 58.11.101
|
|
Requires: libswresample >= 3.0.101, libavutil >= 56.7.101
|
|
Requires.private:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lavcodec -pthread -lm
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|