From 179a9a1e30de622961152b34593d15ca66fee3ee Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Thu, 28 Feb 2013 21:00:50 +0000 Subject: update cpu.pas git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2959 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-0.11/libavutil/cpu.pas | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/ffmpeg-0.11') diff --git a/src/lib/ffmpeg-0.11/libavutil/cpu.pas b/src/lib/ffmpeg-0.11/libavutil/cpu.pas index c52c2b4e..d4bed00f 100644 --- a/src/lib/ffmpeg-0.11/libavutil/cpu.pas +++ b/src/lib/ffmpeg-0.11/libavutil/cpu.pas @@ -92,6 +92,7 @@ procedure av_set_cpu_flags_mask(mask: cint); * @return a combination of AV_CPU_* flags, negative on error. *) function av_parse_cpu_flags(s: {const} PAnsiChar): cint; + cdecl; external av__util; (** * Parse CPU caps from a string and update the given AV_CPU_* flags based on that. @@ -99,6 +100,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; + cdecl; external av__util; (* The following CPU-specific functions shall not be called directly. *) function ff_get_cpu_flags_arm(): cint; -- cgit v1.2.3