aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-12-21 19:40:43 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-12-21 19:40:43 +0000
commit393318eaafc6e9ed59e2c79327c46b03f6ad3574 (patch)
tree2c9000ed6b5a279472971b4ce4f76d3bb697c19c /src
parent8ddef333552c9589666d3d2300d4f556e245f4b4 (diff)
downloadusdx-393318eaafc6e9ed59e2c79327c46b03f6ad3574.tar.gz
usdx-393318eaafc6e9ed59e2c79327c46b03f6ad3574.tar.xz
usdx-393318eaafc6e9ed59e2c79327c46b03f6ad3574.zip
fix ffmpeg-1.1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3042 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src')
-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 113b6f30..4d02c260 100644
--- a/src/media/UAudioDecoder_FFmpeg.pas
+++ b/src/media/UAudioDecoder_FFmpeg.pas
@@ -375,7 +375,7 @@ begin
fCodecCtx^.debug_mv := 0;
fCodecCtx^.debug := 0;
- {$IF FFMPEG_VERSION_INT > 1001000}
+ {$IF FFMPEG_VERSION_INT >= 1001000}
// request required sample format
// reference:
// http://stackoverflow.com/questions/16479662/ffmpeg-1-0-causing-audio-playback-issues