aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/ffmpeg-0.10/avcodec.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ffmpeg-0.10/avcodec.pas b/src/lib/ffmpeg-0.10/avcodec.pas
index c50dfdc9..af4680bc 100644
--- a/src/lib/ffmpeg-0.10/avcodec.pas
+++ b/src/lib/ffmpeg-0.10/avcodec.pas
@@ -119,7 +119,8 @@ const
{$define FF_API_OLD_SAMPLE_FMT := (LIBAVCODEC_VERSION_MAJOR < 54)}
{$endif}
{$ifndef FF_API_OLD_AUDIOCONVERT}
-{$define FF_API_OLD_AUDIOCONVERT := (LIBAVCODEC_VERSION_MAJOR < 54)}
+const
+ FF_API_OLD_AUDIOCONVERT = (LIBAVCODEC_VERSION_MAJOR < 54);
{$endif}
{$ifndef FF_API_ANTIALIAS_ALGO}
{$define FF_API_ANTIALIAS_ALGO := (LIBAVCODEC_VERSION_MAJOR < 54)}