From f469eda4ac733ebd680ecda11d217f98da315be3 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Fri, 17 May 2013 19:45:28 +0000 Subject: split log.pas, so that PAVClass is defined in opt.pas git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2988 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-0.9/avutil.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/ffmpeg-0.9/avutil.pas') diff --git a/src/lib/ffmpeg-0.9/avutil.pas b/src/lib/ffmpeg-0.9/avutil.pas index fc3cdd24..2ae39b82 100644 --- a/src/lib/ffmpeg-0.9/avutil.pas +++ b/src/lib/ffmpeg-0.9/avutil.pas @@ -202,10 +202,12 @@ function av_x_if_null(p: {const} pointer; x: {const} pointer): pointer; {$IFDEF {$INCLUDE libavutil/mem.pas} -{$INCLUDE libavutil/log.pas} +{$INCLUDE libavutil/log1.pas} {$INCLUDE libavutil/opt.pas} +{$INCLUDE libavutil/log2.pas} + {$INCLUDE libavutil/pixfmt.pas} {$INCLUDE libavutil/samplefmt.pas} -- cgit v1.2.3