提交 fe3608d5 编写于 作者: D Diego Biurrun

Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only

compiled if that condition is true.

Originally committed as revision 19531 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 d46c84ea
...@@ -340,7 +340,6 @@ AVHWAccel wmv3_vaapi_hwaccel = { ...@@ -340,7 +340,6 @@ AVHWAccel wmv3_vaapi_hwaccel = {
}; };
#endif #endif
#if CONFIG_VC1_VAAPI_HWACCEL
AVHWAccel vc1_vaapi_hwaccel = { AVHWAccel vc1_vaapi_hwaccel = {
.name = "vc1_vaapi", .name = "vc1_vaapi",
.type = CODEC_TYPE_VIDEO, .type = CODEC_TYPE_VIDEO,
...@@ -352,4 +351,3 @@ AVHWAccel vc1_vaapi_hwaccel = { ...@@ -352,4 +351,3 @@ AVHWAccel vc1_vaapi_hwaccel = {
.decode_slice = vaapi_vc1_decode_slice, .decode_slice = vaapi_vc1_decode_slice,
.priv_data_size = 0, .priv_data_size = 0,
}; };
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册