mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-15 15:55:53 +01:00
d884458c4b
Signed-off-by: Laentir Valetov <laex@bk.ru>
20 lines
352 B
ObjectPascal
20 lines
352 B
ObjectPascal
unit ffm.lib;
|
|
|
|
{$i ffmpeg.inc}
|
|
|
|
interface
|
|
|
|
const
|
|
avcodec_dll = 'avcodec-57.dll';
|
|
avdevice_all = 'avdevice-57.dll';
|
|
avfilter_dll = 'avfilter-6.dll';
|
|
avformat_dll = 'avformat-57.dll';
|
|
avutil_dll = 'avutil-55.dll';
|
|
postproc_dll = 'postproc-54.dll';
|
|
swresample_dll = 'swresample-2.dll';
|
|
swscale_dll = 'swscale-4.dll';
|
|
|
|
implementation
|
|
|
|
end.
|