Delphi-OpenCV/source/ffmpeg/ffm.lib.pas
Laentir Valetov a016c463c5 Fixed unit names
Signed-off-by: Laentir Valetov <laex@bk.ru>
2014-05-22 18:45:51 +04:00

17 lines
241 B
ObjectPascal

unit ffm.lib;
{$i 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-4.dll';
implementation
end.