14 lines
452 B
PkgConfig
14 lines
452 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.91.100
|
|
Requires:
|
|
Requires.private: libswresample >= 3.7.100, libavutil >= 56.51.100
|
|
Conflicts:
|
|
Libs: -L${libdir} -lavcodec
|
|
Libs.private: -pthread -liconv -lm
|
|
Cflags: -I${includedir}
|