diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-16 18:02:07 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-16 18:02:07 +0000 |
commit | 2f722e409c2e685e602689d16d69466eae624f1d (patch) | |
tree | 0bc99c76d72a927070697aed721294efaec45f43 | |
parent | 0bf9f6b5cf3c650e791bc45a9371b83dc557cccf (diff) | |
download | usdx-2f722e409c2e685e602689d16d69466eae624f1d.tar.gz usdx-2f722e409c2e685e602689d16d69466eae624f1d.tar.xz usdx-2f722e409c2e685e602689d16d69466eae624f1d.zip |
adding some markers for debugging.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2374 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | src/lib/ffmpeg/avutil.pas | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/ffmpeg/avutil.pas b/src/lib/ffmpeg/avutil.pas index 708b5533..ef67bd07 100644 --- a/src/lib/ffmpeg/avutil.pas +++ b/src/lib/ffmpeg/avutil.pas @@ -160,8 +160,12 @@ type (* libavutil/error.h *) +{$MESSAGE Note libavutil marker} + {$IF LIBAVUTIL_VERSION >= 50012000} // >= 50.12.0 +{$MESSAGE INFO LIBAVUTIL_VERSION >= 50012000!} + {* error handling *} const @@ -190,6 +194,7 @@ const {$ENDIF} const +{$MESSAGE NoteYou should not get this libavutil marker!!!} {$IF EINVAL > 0} AVERROR_SIGN = -1; {$ELSE} |