mirror of https://github.com/OpenIPC/firmware.git
Add OPUS and AAC support
parent
cfebce8876
commit
5f86b0de96
br-ext-chip-hisilicon/configs
|
@ -77,6 +77,11 @@ BR2_PACKAGE_WPA_SUPPLICANT_CLI=y
|
|||
BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y
|
||||
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
|
||||
|
||||
# Audio
|
||||
BR2_PACKAGE_LIBOPUSENC=y
|
||||
BR2_PACKAGE_VO_AACENC=y
|
||||
BR2_PACKAGE_OPUS=y
|
||||
|
||||
# Firmware
|
||||
BR2_PACKAGE_LINUX_FIRMWARE=y
|
||||
BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7601U=y
|
||||
|
|
|
@ -68,6 +68,11 @@ BR2_PACKAGE_WPA_SUPPLICANT_CLI=y
|
|||
BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y
|
||||
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
|
||||
|
||||
# Audio
|
||||
BR2_PACKAGE_LIBOPUSENC=y
|
||||
BR2_PACKAGE_VO_AACENC=y
|
||||
BR2_PACKAGE_OPUS=y
|
||||
|
||||
# Firmware
|
||||
BR2_PACKAGE_LINUX_FIRMWARE=y
|
||||
BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7601U=y
|
||||
|
|
Loading…
Reference in New Issue