changeset 9993:94107f128f64 libavcodec

Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only compiled if that condition is true.
author diego
date Wed, 29 Jul 2009 09:51:51 +0000
parents 7b2e5c91104e
children cd2b3ecdb1c9
files vaapi_vc1.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/vaapi_vc1.c	Tue Jul 28 12:50:32 2009 +0000
+++ b/vaapi_vc1.c	Wed Jul 29 09:51:51 2009 +0000
@@ -340,7 +340,6 @@
 };
 #endif
 
-#if CONFIG_VC1_VAAPI_HWACCEL
 AVHWAccel vc1_vaapi_hwaccel = {
     .name           = "vc1_vaapi",
     .type           = CODEC_TYPE_VIDEO,
@@ -352,4 +351,3 @@
     .decode_slice   = vaapi_vc1_decode_slice,
     .priv_data_size = 0,
 };
-#endif