mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 888802 - Whitelist Sony Gingerbread devices for Stagefright OMX video decoding - r=bjacob
This commit is contained in:
parent
8b9383900c
commit
d11976a20d
@ -381,9 +381,11 @@ GfxInfo::GetFeatureStatusImpl(int32_t aFeature,
|
||||
// Gingerbread Samsung devices are whitelisted except for:
|
||||
// Samsung devices identified in Bug 847837
|
||||
// Samsung SGH-T989 (Bug 818363)
|
||||
// Gingerbread Sony devices are whitelisted.
|
||||
// All other Gingerbread devices are blacklisted.
|
||||
bool isWhitelisted =
|
||||
cManufacturer.Equals("htc", nsCaseInsensitiveCStringComparator()) ||
|
||||
(cManufacturer.Find("sony", true) != -1) ||
|
||||
cManufacturer.Equals("samsung", nsCaseInsensitiveCStringComparator());
|
||||
|
||||
if (cModel.Equals("GT-I8160", nsCaseInsensitiveCStringComparator()) ||
|
||||
|
Loading…
Reference in New Issue
Block a user