From 65a64deeb0d295749f97f04ebd4c85122082fe71 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sat, 20 Oct 2012 07:59:59 +0000 Subject: fix compilation for old ffmpeg? git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2927 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/ultrastardx.dpr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ultrastardx.dpr b/src/ultrastardx.dpr index 0c899632..9a77eea3 100644 --- a/src/ultrastardx.dpr +++ b/src/ultrastardx.dpr @@ -88,9 +88,11 @@ uses {$IFDEF UseFFmpeg} {$IFDEF FPC} // This solution is not very elegant, but working - avcodec in 'lib\' + FFMPEG_DIR + '\avcodec.pas', + 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 UseSWScale} -- cgit v1.2.3