comparison libvo/vo_xvmc.c @ 28919:e3851aee06b5

cosmetics: typo fix
author diego
date Sun, 15 Mar 2009 09:47:09 +0000
parents 0c616c0f8964
children abdc27586f35
comparison
equal deleted inserted replaced
28918:0fc1194ec544 28919:e3851aee06b5
61 61
62 62
63 #define UNUSED(x) ((void)(x)) 63 #define UNUSED(x) ((void)(x))
64 64
65 #if LIBAVCODEC_BUILD < ((51<<16)+(40<<8)+2) 65 #if LIBAVCODEC_BUILD < ((51<<16)+(40<<8)+2)
66 #error You need at least libavcodecs v51.40.2 66 #error You need at least libavcodec v51.40.2
67 #endif 67 #endif
68 68
69 69
70 static int benchmark; 70 static int benchmark;
71 static int use_sleep; 71 static int use_sleep;