Bug 1793507 [FFVPX] Make config_override.h really override r=alwu

config_override.h can be included more than one time and already contains #undef for defined values.

Differential Revision: https://phabricator.services.mozilla.com/D161785
This commit is contained in:
stransky 2022-11-10 20:00:05 +00:00
parent 7d2c9b7bc3
commit 401d63af71

View File

@ -1,6 +1,3 @@
#ifndef MOZ_FFVPX_CONFIG_OVERRIDE_H
#define MOZ_FFVPX_CONFIG_OVERRIDE_H
// This file contains overrides for config.h, that can be platform-specific.
#ifdef MOZ_LIBAV_FFT
@ -35,5 +32,3 @@
#define CONFIG_VP9_VAAPI_HWACCEL 0
#define CONFIG_AV1_VAAPI_HWACCEL 0
#endif
#endif