# HG changeset patch # User diego # Date 1248861111 0 # Node ID 94107f128f6490fe36c73dd6510593cdf7eb4afe # Parent 7b2e5c91104ed909b5a10d853a84fe7f528adef7 Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only compiled if that condition is true. diff -r 7b2e5c91104e -r 94107f128f64 vaapi_vc1.c --- 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