@@ -65,6 +65,7 @@ MFX_LOCAL_SRC_FILES_HW += \
65
65
mfx_lib/encode_hw/hevc/agnostic/base/hevcehw_base_weighted_prediction.cpp \
66
66
mfx_lib/encode_hw/hevc/agnostic/g12/hevcehw_g12_caps.cpp \
67
67
mfx_lib/encode_hw/hevc/agnostic/g12/hevcehw_g12_rext.cpp \
68
+ mfx_lib/encode_hw/hevc/agnostic/g12/hevcehw_g12_scc.cpp \
68
69
mfx_lib/encode_hw/hevc/linux/base/hevcehw_base_interlace_lin.cpp \
69
70
mfx_lib/encode_hw/hevc/linux/base/hevcehw_base_fei_lin.cpp \
70
71
mfx_lib/encode_hw/hevc/linux/base/hevcehw_base_lin.cpp \
@@ -245,7 +246,7 @@ LOCAL_C_INCLUDES := \
245
246
246
247
LOCAL_CFLAGS := \
247
248
$(MFX_CFLAGS_INTERNAL_HW ) \
248
- -Wall -Werror
249
+ -Wall -Werror -Wno-unused-parameter
249
250
LOCAL_CFLAGS_32 := $(MFX_CFLAGS_INTERNAL_32 )
250
251
LOCAL_CFLAGS_64 := $(MFX_CFLAGS_INTERNAL_64 )
251
252
@@ -270,7 +271,7 @@ LOCAL_C_INCLUDES := \
270
271
271
272
LOCAL_CFLAGS := \
272
273
$(MFX_CFLAGS_INTERNAL_HW ) \
273
- -Wall -Werror
274
+ -Wall -Werror -Wno-unused-parameter
274
275
LOCAL_CFLAGS_32 := $(MFX_CFLAGS_INTERNAL_32 )
275
276
276
277
LOCAL_LDFLAGS := $(MFX_LOCAL_LDFLAGS_HW )
@@ -304,7 +305,7 @@ LOCAL_C_INCLUDES := \
304
305
305
306
LOCAL_CFLAGS := \
306
307
$(MFX_CFLAGS_INTERNAL_HW ) \
307
- -Wall -Werror
308
+ -Wall -Werror -Wno-unused-parameter
308
309
LOCAL_CFLAGS_64 := $(MFX_CFLAGS_INTERNAL_64 )
309
310
310
311
LOCAL_LDFLAGS := $(MFX_LOCAL_LDFLAGS_HW )
0 commit comments