aboutsummaryrefslogtreecommitdiffstats
path: root/src/media/UVideo.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-05-15 20:59:11 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-05-15 20:59:11 +0000
commit48b8be5a61620c84dcbeca0625523ac490f37093 (patch)
tree2ea374e4ac42fb1e6ebb3183421ca7bd7876d519 /src/media/UVideo.pas
parentf866ddce120b62c5101acac09a5ce86c1e40a2d7 (diff)
downloadusdx-48b8be5a61620c84dcbeca0625523ac490f37093.tar.gz
usdx-48b8be5a61620c84dcbeca0625523ac490f37093.tar.xz
usdx-48b8be5a61620c84dcbeca0625523ac490f37093.zip
fix compilation on ubuntu and lart release engineers, who mix releases ;-)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2984 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--src/media/UVideo.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/media/UVideo.pas b/src/media/UVideo.pas
index 0fc86ac4..a4b12962 100644
--- a/src/media/UVideo.pas
+++ b/src/media/UVideo.pas
@@ -584,7 +584,7 @@ begin
end;
if (fFormatContext <> nil) then
- {$IF LIBAVFORMAT_VERSION >= 53017003)}
+ {$IF LIBAVFORMAT_VERSION >= 53024002)}
avformat_close_input(@fFormatContext);
{$ELSE}
av_close_input_file(fFormatContext);