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

Commit 97adca17 authored by Steve Kondik's avatar Steve Kondik
Browse files

stagefright: Fix inclusion of audio_defs.h

 * This is needed for all QCOMs.

Change-Id: Id3bf3012b4c179bd5b98e58343163a910e616f60
parent 8b850c19
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -105,10 +105,10 @@ LOCAL_SHARED_LIBRARIES := \


#QTI FLAC Decoder
#QTI FLAC Decoder
ifeq ($(call is-vendor-board-platform,QCOM),true)
ifeq ($(call is-vendor-board-platform,QCOM),true)
LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_EXTN_FLAC_DECODER)),true)
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_EXTN_FLAC_DECODER)),true)
LOCAL_SRC_FILES += FLACDecoder.cpp
LOCAL_SRC_FILES += FLACDecoder.cpp
LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/audio-flac
LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/audio-flac
LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio
LOCAL_CFLAGS := -DQTI_FLAC_DECODER
LOCAL_CFLAGS := -DQTI_FLAC_DECODER
endif
endif
endif
endif