From 2d2e572302584588bc6a05fb33efec13e37d7a7a Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sun, 3 Mar 2013 01:23:38 +0000 Subject: first fix of ffmpeg-1.0 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2973 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-0.11/libavutil/cpu.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ffmpeg-0.11/libavutil/cpu.pas') diff --git a/src/lib/ffmpeg-0.11/libavutil/cpu.pas b/src/lib/ffmpeg-0.11/libavutil/cpu.pas index d4bed00f..5495e421 100644 --- a/src/lib/ffmpeg-0.11/libavutil/cpu.pas +++ b/src/lib/ffmpeg-0.11/libavutil/cpu.pas @@ -99,7 +99,7 @@ function av_parse_cpu_flags(s: {const} PAnsiChar): cint; * * @return negative on error. *) -function av_parse_cpu_caps(flags: Pcuint, s: {const} PAnsiChar): cint; +function av_parse_cpu_caps(flags: Pcuint; s: {const} PAnsiChar): cint; cdecl; external av__util; (* The following CPU-specific functions shall not be called directly. *) -- cgit v1.2.3