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

Commit aa3a3946 authored by Steve Kondik's avatar Steve Kondik
Browse files

stagefright: Fix compilation issues

Change-Id: I2439131ab612eb427109d069d4c74f0f526044bf
parent a9127865
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -181,7 +181,6 @@ ifeq ($(TARGET_ENABLE_QC_AV_ENHANCEMENTS),true)
       LOCAL_SRC_FILES  += FMA2DPWriter.cpp
endif #TARGET_ENABLE_AV_ENHANCEMENTS

ifeq ($(call is-vendor-board-platform,QCOM),true)
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_FLAC_OFFLOAD)),true)
       LOCAL_CFLAGS     += -DFLAC_OFFLOAD_ENABLED
endif
+1 −2
Original line number Diff line number Diff line
@@ -371,7 +371,6 @@ status_t WAVSource::start(MetaData *params) {
    ALOGV("WAVSource::start");

    if (mStarted) {
        ALOGW("WAVSource::start, already started. mOutputFormat set to:%d",mOutputFormat);
        return OK;
    }