From 79f3a57c944f72f2cc40734f347bcf020e6f5633 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Mon, 23 Apr 2012 16:18:07 +0000 Subject: move includes to the top of the files. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2868 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-0.7/avcodec.pas | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/ffmpeg-0.7/avcodec.pas') diff --git a/src/lib/ffmpeg-0.7/avcodec.pas b/src/lib/ffmpeg-0.7/avcodec.pas index b2ed9fd2..6fb6a873 100644 --- a/src/lib/ffmpeg-0.7/avcodec.pas +++ b/src/lib/ffmpeg-0.7/avcodec.pas @@ -173,6 +173,10 @@ const FF_API_GET_PIX_FMT_NAME = LIBAVCODEC_VERSION_MAJOR < 54; {$endif} +{$IF FF_API_OLD_AUDIOCONVERT} + {$I libavcodec/audioconvert.pas} +{$ENDIF} + type FF_INTERNALC_MEM_TYPE = cuint; @@ -525,8 +529,6 @@ const {$IF FF_API_OLD_AUDIOCONVERT} -{$I libavcodec/audioconvert.pas} - const {* Audio channel masks *} CH_FRONT_LEFT = AV_CH_FRONT_LEFT; -- cgit v1.2.3