[MPlayer-cvslog] r33294 - trunk/libvo/vo_xvmc.c
reimar
subversion at mplayerhq.hu
Fri Apr 22 11:21:52 CEST 2011
Author: reimar
Date: Fri Apr 22 11:21:52 2011
New Revision: 33294
Log:
Remove ancient libavcodec version check.
Modified:
trunk/libvo/vo_xvmc.c
Modified: trunk/libvo/vo_xvmc.c
==============================================================================
--- trunk/libvo/vo_xvmc.c Fri Apr 22 11:20:21 2011 (r33293)
+++ trunk/libvo/vo_xvmc.c Fri Apr 22 11:21:52 2011 (r33294)
@@ -59,11 +59,6 @@
#include <assert.h>
-#if LIBAVCODEC_BUILD < ((51<<16)+(40<<8)+2)
-#error You need at least libavcodec v51.40.2
-#endif
-
-
static int benchmark;
static int use_sleep;
static int first_frame;//draw colorkey on first frame
More information about the MPlayer-cvslog
mailing list