diff --git a/libavcodec/vaapi_vc1.c b/libavcodec/vaapi_vc1.c index e467360b82273b881e3981d8a65848b43ae7c037..eae3c160fc180a14dd8ff1ea7ab2fc2133892d5b 100644 --- a/libavcodec/vaapi_vc1.c +++ b/libavcodec/vaapi_vc1.c @@ -340,7 +340,6 @@ AVHWAccel wmv3_vaapi_hwaccel = { }; #endif -#if CONFIG_VC1_VAAPI_HWACCEL AVHWAccel vc1_vaapi_hwaccel = { .name = "vc1_vaapi", .type = CODEC_TYPE_VIDEO, @@ -352,4 +351,3 @@ AVHWAccel vc1_vaapi_hwaccel = { .decode_slice = vaapi_vc1_decode_slice, .priv_data_size = 0, }; -#endif