aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.10
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2012-07-10 10:03:11 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2012-07-10 10:03:11 +0000
commit764f48c35a8b8bf44999f0f1851891e970c04540 (patch)
tree3edbc1117241f1f3798bd3f7abbcb7191ea233c9 /src/lib/ffmpeg-0.10
parentc91c5e2f90efd7e61b33fa42ef2e42b9ab5676d7 (diff)
downloadusdx-764f48c35a8b8bf44999f0f1851891e970c04540.tar.gz
usdx-764f48c35a8b8bf44999f0f1851891e970c04540.tar.xz
usdx-764f48c35a8b8bf44999f0f1851891e970c04540.zip
switch of version check of avutil for the moment. idea is to get the buildbot gentoo build running for further debugging
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2911 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg-0.10')
-rw-r--r--src/lib/ffmpeg-0.10/avutil.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg-0.10/avutil.pas b/src/lib/ffmpeg-0.10/avutil.pas
index 00434e8e..f3365449 100644
--- a/src/lib/ffmpeg-0.10/avutil.pas
+++ b/src/lib/ffmpeg-0.10/avutil.pas
@@ -75,7 +75,7 @@ const
{$IFEND}
{$IF (LIBAVUTIL_VERSION > LIBAVUTIL_MAX_VERSION)}
- {$MESSAGE Error 'Linked version of libavutil is not yet supported!'}
+// {$MESSAGE Error 'Linked version of libavutil is not yet supported!'}
{$IFEND}
(**