SDM660_64: Enable the flag TARGET_USES_MEDIA_EXTENSIONS
Enable the flag TARGET_USES_MEDIA_EXTENSIONS for video recording on camera HAL1 to work on sdm660. Change-Id: I56422996e8160079859e0189cc9cfa9c49e66abc
This commit is contained in:
parent
b0379f97a4
commit
cc2601708f
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ ifneq (,$(strip $(wildcard $(PRODUCT_RENDERING_ENGINE_REVLIB))))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Enable features in video HAL that can compile only on this platform
|
# Enable features in video HAL that can compile only on this platform
|
||||||
TARGET_USES_MEDIA_EXTENSIONS := false
|
TARGET_USES_MEDIA_EXTENSIONS := true
|
||||||
|
|
||||||
# WLAN chipset
|
# WLAN chipset
|
||||||
WLAN_CHIPSET := qca_cld3
|
WLAN_CHIPSET := qca_cld3
|
||||||
|
|
Loading…
Reference in a new issue