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

Commit 0ca24137 authored by Mingming Yin's avatar Mingming Yin Committed by Gerrit - the friendly Code Review server
Browse files

mediaplayerservice: fix FLAC decoder flag in make file

- Fix FLAC decoder flag in make file

Change-Id: I887fae88147dab14a18468713a23850c18eacd87
parent d670b756
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ endif
#QTI FLAC Decoder
ifeq ($(call is-vendor-board-platform,QCOM),true)
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_EXTN_FLAC_DECODER)),true)
    LOCAL_CFLAGS := -DQTI_FLAC_DECODER
    LOCAL_CFLAGS += -DQTI_FLAC_DECODER
endif
endif