aboutsummaryrefslogtreecommitdiffstats
path: root/src/ultrastardx.dpr
diff options
context:
space:
mode:
Diffstat (limited to 'src/ultrastardx.dpr')
-rw-r--r--src/ultrastardx.dpr5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ultrastardx.dpr b/src/ultrastardx.dpr
index 9a77eea3..6636724f 100644
--- a/src/ultrastardx.dpr
+++ b/src/ultrastardx.dpr
@@ -91,10 +91,11 @@ uses
avcodec in 'lib\' + FFMPEG_DIR + '\avcodec.pas',
avformat in 'lib\' + FFMPEG_DIR + '\avformat.pas',
avutil in 'lib\' + FFMPEG_DIR + '\avutil.pas',
- mathematics in 'lib\' + FFMPEG_DIR + '\mathematics.pas',
- opt in 'lib\' + FFMPEG_DIR + '\opt.pas',
rational in 'lib\' + FFMPEG_DIR + '\rational.pas',
avio in 'lib\' + FFMPEG_DIR + '\avio.pas',
+ {$IFDEF useOLD_FFMPEG}
+ mathematics in 'lib\' + FFMPEG_DIR + '\mathematics.pas',
+ {$ENDIF}
{$IFDEF UseSWScale}
swscale in 'lib\' + FFMPEG_DIR + '\swscale.pas',
{$ENDIF}