aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/ffmpeg-0.7/avio.pas2
-rw-r--r--src/lib/ffmpeg-0.8/avio.pas2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ffmpeg-0.7/avio.pas b/src/lib/ffmpeg-0.7/avio.pas
index 426f5f75..0aa9dc77 100644
--- a/src/lib/ffmpeg-0.7/avio.pas
+++ b/src/lib/ffmpeg-0.7/avio.pas
@@ -200,7 +200,7 @@ type
priv_data_size: cint;
{const} priv_data_class: PAVClass;
flags: cint;
- url_check: function (h: PURLContext; mask: cint): cint;
+ url_check: function (h: PURLContext; mask: cint): cint; cdecl;
end;
PURLPollEntry = ^TURLPollEntry;
diff --git a/src/lib/ffmpeg-0.8/avio.pas b/src/lib/ffmpeg-0.8/avio.pas
index 761a3e86..d9716b4c 100644
--- a/src/lib/ffmpeg-0.8/avio.pas
+++ b/src/lib/ffmpeg-0.8/avio.pas
@@ -198,7 +198,7 @@ type
priv_data_size: cint;
{const} priv_data_class: PAVClass;
flags: cint;
- url_check: function (h: PURLContext; mask: cint): cint;
+ url_check: function (h: PURLContext; mask: cint): cint; cdecl;
end;
PURLPollEntry = ^TURLPollEntry;