first commit
This commit is contained in:
14
project/ffmpeg_dll_compact_348/lib/pkgconfig/libavcodec.pc
Normal file
14
project/ffmpeg_dll_compact_348/lib/pkgconfig/libavcodec.pc
Normal file
@@ -0,0 +1,14 @@
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=/usr/local/lib
|
||||
includedir=/usr/local/include
|
||||
|
||||
Name: libavcodec
|
||||
Description: FFmpeg codec library
|
||||
Version: 57.107.100
|
||||
Requires:
|
||||
Requires.private: libavutil >= 55.78.100
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lavcodec
|
||||
Libs.private: user32.lib vfw32.lib user32.lib secur32.lib psapi.lib advapi32.lib shell32.lib ole32.lib
|
||||
Cflags: -I${includedir}
|
||||
14
project/ffmpeg_dll_compact_348/lib/pkgconfig/libavfilter.pc
Normal file
14
project/ffmpeg_dll_compact_348/lib/pkgconfig/libavfilter.pc
Normal file
@@ -0,0 +1,14 @@
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=/usr/local/lib
|
||||
includedir=/usr/local/include
|
||||
|
||||
Name: libavfilter
|
||||
Description: FFmpeg audio/video filtering library
|
||||
Version: 6.107.100
|
||||
Requires:
|
||||
Requires.private: libavresample >= 3.7.0, libswscale >= 4.8.100, libswresample >= 2.9.100, libavformat >= 57.83.100, libavcodec >= 57.107.100, libavutil >= 55.78.100
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lavfilter
|
||||
Libs.private: user32.lib vfw32.lib user32.lib secur32.lib psapi.lib advapi32.lib shell32.lib ole32.lib
|
||||
Cflags: -I${includedir}
|
||||
14
project/ffmpeg_dll_compact_348/lib/pkgconfig/libavformat.pc
Normal file
14
project/ffmpeg_dll_compact_348/lib/pkgconfig/libavformat.pc
Normal file
@@ -0,0 +1,14 @@
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=/usr/local/lib
|
||||
includedir=/usr/local/include
|
||||
|
||||
Name: libavformat
|
||||
Description: FFmpeg container format library
|
||||
Version: 57.83.100
|
||||
Requires:
|
||||
Requires.private: libavcodec >= 57.107.100, libavutil >= 55.78.100
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lavformat
|
||||
Libs.private: user32.lib vfw32.lib user32.lib secur32.lib psapi.lib advapi32.lib shell32.lib ole32.lib
|
||||
Cflags: -I${includedir}
|
||||
@@ -0,0 +1,14 @@
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=/usr/local/lib
|
||||
includedir=/usr/local/include
|
||||
|
||||
Name: libavresample
|
||||
Description: Libav audio resampling library
|
||||
Version: 3.7.0
|
||||
Requires:
|
||||
Requires.private: libavutil >= 55.78.100
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lavresample
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
14
project/ffmpeg_dll_compact_348/lib/pkgconfig/libavutil.pc
Normal file
14
project/ffmpeg_dll_compact_348/lib/pkgconfig/libavutil.pc
Normal file
@@ -0,0 +1,14 @@
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=/usr/local/lib
|
||||
includedir=/usr/local/include
|
||||
|
||||
Name: libavutil
|
||||
Description: FFmpeg utility library
|
||||
Version: 55.78.100
|
||||
Requires:
|
||||
Requires.private:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lavutil
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
@@ -0,0 +1,14 @@
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=/usr/local/lib
|
||||
includedir=/usr/local/include
|
||||
|
||||
Name: libswresample
|
||||
Description: FFmpeg audio resampling library
|
||||
Version: 2.9.100
|
||||
Requires:
|
||||
Requires.private: libavutil >= 55.78.100
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lswresample
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
14
project/ffmpeg_dll_compact_348/lib/pkgconfig/libswscale.pc
Normal file
14
project/ffmpeg_dll_compact_348/lib/pkgconfig/libswscale.pc
Normal file
@@ -0,0 +1,14 @@
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=/usr/local/lib
|
||||
includedir=/usr/local/include
|
||||
|
||||
Name: libswscale
|
||||
Description: FFmpeg image rescaling library
|
||||
Version: 4.8.100
|
||||
Requires:
|
||||
Requires.private: libavutil >= 55.78.100
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lswscale
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user