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

Commit d7d79a2b authored by Dave Burke's avatar Dave Burke
Browse files

Revert to PV for AAC codec for FactoryROM.

Change-Id: I72cf856685c0c4bae745646f870a0415d416afb5
parent a92896f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
LOCAL_PATH:= $(call my-dir)

AAC_LIBRARY = fraunhofer
AAC_LIBRARY = pv

ifeq ($(AAC_LIBRARY), fraunhofer)
ifneq ($(AAC_LIBRARY), pv)
  include $(CLEAR_VARS)

  LOCAL_SRC_FILES := \
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
include frameworks/av/media/libstagefright/codecs/common/Config.mk

AAC_LIBRARY = fraunhofer
AAC_LIBRARY = visualon

LOCAL_SRC_FILES := basic_op/basicop2.c basic_op/oper_32b.c

@@ -90,7 +90,7 @@ include $(BUILD_STATIC_LIBRARY)

include $(CLEAR_VARS)

ifeq ($(AAC_LIBRARY), fraunhofer)
ifneq ($(AAC_LIBRARY), visualon)

  include $(CLEAR_VARS)