aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.9/avutil.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-05-17 19:45:28 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-05-17 19:45:28 +0000
commitf469eda4ac733ebd680ecda11d217f98da315be3 (patch)
tree663411c97659c78654e1025162d44db5f6a81e23 /src/lib/ffmpeg-0.9/avutil.pas
parent0c729e2fc2d4f1236b04b220ae88c90dc890fb24 (diff)
downloadusdx-f469eda4ac733ebd680ecda11d217f98da315be3.tar.gz
usdx-f469eda4ac733ebd680ecda11d217f98da315be3.tar.xz
usdx-f469eda4ac733ebd680ecda11d217f98da315be3.zip
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
Diffstat (limited to 'src/lib/ffmpeg-0.9/avutil.pas')
-rw-r--r--src/lib/ffmpeg-0.9/avutil.pas4
1 files changed, 3 insertions, 1 deletions
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}