mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
This commit is contained in:
parent
d46c84ea31
commit
fe3608d577
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user