Commit 90565e00 authored by diego's avatar diego

Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only

compiled if that condition is true.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19531 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1ac28e26
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment