aboutsummaryrefslogtreecommitdiffstats
path: root/src/media/UAudioDecoder_FFmpeg.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/UAudioDecoder_FFmpeg.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 'src/media/UAudioDecoder_FFmpeg.pas')
-rw-r--r--src/media/UAudioDecoder_FFmpeg.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/media/UAudioDecoder_FFmpeg.pas b/src/media/UAudioDecoder_FFmpeg.pas
index 46ff0806..21322064 100644
--- a/src/media/UAudioDecoder_FFmpeg.pas
+++ b/src/media/UAudioDecoder_FFmpeg.pas
@@ -462,7 +462,7 @@ begin
// Close the video file
if (fFormatCtx <> nil) then
begin
- {$IF LIBAVFORMAT_VERSION >= 53017003)}
+ {$IF LIBAVFORMAT_VERSION >= 53024002)}
avformat_close_input(@fFormatCtx);
{$ELSE}
av_close_input_file(fFormatCtx);