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:58:54 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-05-17 19:58:54 +0000
commit1722e655265b5d6e356584df4f08a2bb2c1e9f53 (patch)
tree627d7096fe19cbca512b2ddf6a0c3792546a4013 /src/lib/ffmpeg-0.9/avutil.pas
parentf469eda4ac733ebd680ecda11d217f98da315be3 (diff)
downloadusdx-1722e655265b5d6e356584df4f08a2bb2c1e9f53.tar.gz
usdx-1722e655265b5d6e356584df4f08a2bb2c1e9f53.tar.xz
usdx-1722e655265b5d6e356584df4f08a2bb2c1e9f53.zip
combine log1.pas and log2.pas, but split opt.pas into opt1.pas and opt2.pas
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2989 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg-0.9/avutil.pas')
-rw-r--r--src/lib/ffmpeg-0.9/avutil.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ffmpeg-0.9/avutil.pas b/src/lib/ffmpeg-0.9/avutil.pas
index 2ae39b82..a2ce6b95 100644
--- a/src/lib/ffmpeg-0.9/avutil.pas
+++ b/src/lib/ffmpeg-0.9/avutil.pas
@@ -202,11 +202,11 @@ function av_x_if_null(p: {const} pointer; x: {const} pointer): pointer; {$IFDEF
{$INCLUDE libavutil/mem.pas}
-{$INCLUDE libavutil/log1.pas}
+{$INCLUDE libavutil/opt1.pas}
-{$INCLUDE libavutil/opt.pas}
+{$INCLUDE libavutil/log.pas}
-{$INCLUDE libavutil/log2.pas}
+{$INCLUDE libavutil/opt2.pas}
{$INCLUDE libavutil/pixfmt.pas}