[FFmpeg-cvslog] r19531 - trunk/libavcodec/vaapi_vc1.c
diego
subversion
Wed Jul 29 11:51:51 CEST 2009
Author: diego
Date: Wed Jul 29 11:51:51 2009
New Revision: 19531
Log:
Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only
compiled if that condition is true.
Modified:
trunk/libavcodec/vaapi_vc1.c
Modified: trunk/libavcodec/vaapi_vc1.c
==============================================================================
--- trunk/libavcodec/vaapi_vc1.c Wed Jul 29 04:17:08 2009 (r19530)
+++ trunk/libavcodec/vaapi_vc1.c Wed Jul 29 11:51:51 2009 (r19531)
@@ -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
More information about the ffmpeg-cvslog
mailing list