Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6047cd2b authored by Steve Kondik's avatar Steve Kondik Committed by Ethan Chen
Browse files

hal: Allow enablement of COMPRESS_VOIP without multisession voice

 * It works!

Change-Id: Ie150055bd711a0060db91e50a47b7726f42cdc4e
parent 0580018b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,11 +79,11 @@ ifeq ($(strip $(AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS)),true)
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_INCALL_MUSIC)),true)
    LOCAL_CFLAGS += -DINCALL_MUSIC_ENABLED
endif
endif
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_COMPRESS_VOIP)),true)
    LOCAL_CFLAGS += -DCOMPRESS_VOIP_ENABLED
    LOCAL_SRC_FILES += voice_extn/compress_voip.c
endif
endif


ifeq ($(strip $(AUDIO_FEATURE_ENABLED_EXTN_FORMATS)),true)