aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg/avutil.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-16 18:10:27 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-16 18:10:27 +0000
commit376d801304e16e522c50dffd02dc2b82d934efb8 (patch)
tree0fb4f68133467ed46b7eb363e716a36c71c3bd19 /src/lib/ffmpeg/avutil.pas
parent2f722e409c2e685e602689d16d69466eae624f1d (diff)
downloadusdx-376d801304e16e522c50dffd02dc2b82d934efb8.tar.gz
usdx-376d801304e16e522c50dffd02dc2b82d934efb8.tar.xz
usdx-376d801304e16e522c50dffd02dc2b82d934efb8.zip
markers for debugging changed.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2375 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg/avutil.pas')
-rw-r--r--src/lib/ffmpeg/avutil.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ffmpeg/avutil.pas b/src/lib/ffmpeg/avutil.pas
index ef67bd07..4f344e14 100644
--- a/src/lib/ffmpeg/avutil.pas
+++ b/src/lib/ffmpeg/avutil.pas
@@ -160,11 +160,11 @@ type
(* libavutil/error.h *)
-{$MESSAGE Note libavutil marker}
+{$MESSAGE Warning 'libavutil marker'}
{$IF LIBAVUTIL_VERSION >= 50012000} // >= 50.12.0
-{$MESSAGE INFO LIBAVUTIL_VERSION >= 50012000!}
+{$MESSAGE Warning 'LIBAVUTIL_VERSION >= 50012000!'}
{* error handling *}
@@ -194,7 +194,7 @@ const
{$ENDIF}
const
-{$MESSAGE NoteYou should not get this libavutil marker!!!}
+{$MESSAGE Warning 'You should not get this libavutil marker!!!'}
{$IF EINVAL > 0}
AVERROR_SIGN = -1;
{$ELSE}