diff options
Diffstat (limited to '')
-rw-r--r-- | src/ultrastardx.dpr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ultrastardx.dpr b/src/ultrastardx.dpr index 6636724f..8c38be4d 100644 --- a/src/ultrastardx.dpr +++ b/src/ultrastardx.dpr @@ -95,6 +95,7 @@ uses avio in 'lib\' + FFMPEG_DIR + '\avio.pas', {$IFDEF useOLD_FFMPEG} mathematics in 'lib\' + FFMPEG_DIR + '\mathematics.pas', + opt in 'lib\' + FFMPEG_DIR + '\opt.pas', {$ENDIF} {$IFDEF UseSWScale} swscale in 'lib\' + FFMPEG_DIR + '\swscale.pas', |