aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.11/libavutil/cpu.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg-0.11/libavutil/cpu.pas')
-rw-r--r--src/lib/ffmpeg-0.11/libavutil/cpu.pas2
1 files changed, 2 insertions, 0 deletions
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;