Delphi-OpenCV/include/ffmpeg/ffmpeglib.pas
Laex 34003fc2e0 Adding
ml.pas
ffmpeg
Signed-off-by: Laex <laex@bk.ru>
2013-11-25 15:38:31 +04:00

17 lines
249 B
ObjectPascal

unit ffmpeglib;
{$include ffmpeg.inc}
interface
const
avformat_dll = 'avformat-55.dll';
avcodec_dll = 'avcodec-55.dll';
avutil_dll = 'avutil-52.dll';
swscale_dll = 'swscale-2.dll';
avfilter_dll = 'avfilter-3.dll';
implementation
end.