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-12 13:30:55 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-12 13:30:55 +0000
commita289b5b40ec4a16eb05e2557b88c50f4de39840c (patch)
tree6b4def631e4f0085c47ffbb39cfff996eb76114c /src/lib/ffmpeg/avutil.pas
parent07c7dc9d960a61bf99db9abb347af9f740e1dceb (diff)
downloadusdx-a289b5b40ec4a16eb05e2557b88c50f4de39840c.tar.gz
usdx-a289b5b40ec4a16eb05e2557b88c50f4de39840c.tar.xz
usdx-a289b5b40ec4a16eb05e2557b88c50f4de39840c.zip
fix No. 5 of ffmpeg update.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2367 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--src/lib/ffmpeg/avutil.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg/avutil.pas b/src/lib/ffmpeg/avutil.pas
index 0d11c4a5..cc1e3d44 100644
--- a/src/lib/ffmpeg/avutil.pas
+++ b/src/lib/ffmpeg/avutil.pas
@@ -141,7 +141,7 @@ function avutil_license(): PAnsiChar;
cdecl; external av__format;
{$IFEND}
-{$IF LIBAVUTIL_VERSION >= 50014000} // >= 50.14.0
+{$IF LIBAVUTIL_VERSION >= 50020000} // >= 50.14.0
type
TAVMediaType = (
AVMEDIA_TYPE_UNKNOWN = -1,