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

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

Revert "Revert to PV for AAC codec for FactoryROM."

This reverts commit d7d79a2b.

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

AAC_LIBRARY = pv
AAC_LIBRARY = fraunhofer

ifneq ($(AAC_LIBRARY), pv)
ifeq ($(AAC_LIBRARY), fraunhofer)
  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 = visualon
AAC_LIBRARY = fraunhofer

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

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

include $(CLEAR_VARS)

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

  include $(CLEAR_VARS)