mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
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:
parent
7d2c9b7bc3
commit
401d63af71
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user