From 18f1ff3f42aa6de3b8a5311c8886ef48980fa65f Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi Date: Sun, 11 Mar 2012 15:47:55 -0700 Subject: Update build dependency on AudioMixer header VideoEditorSRC doesn't need to include AudioMixer.h. VideoEditorResampler includes AudioMixer.h, which requires system/media/audio_effects/include in the include path. Change-Id: Ibf6194831aeb91e788ce0a3b1282a0d930ee6e48 --- libvideoeditor/lvpp/VideoEditorSRC.cpp | 1 - libvideoeditor/vss/src/Android.mk | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'libvideoeditor') diff --git a/libvideoeditor/lvpp/VideoEditorSRC.cpp b/libvideoeditor/lvpp/VideoEditorSRC.cpp index f8578b2..4753dd4 100755 --- a/libvideoeditor/lvpp/VideoEditorSRC.cpp +++ b/libvideoeditor/lvpp/VideoEditorSRC.cpp @@ -24,7 +24,6 @@ #include #include #include -#include "AudioMixer.h" #include "VideoEditorSRC.h" diff --git a/libvideoeditor/vss/src/Android.mk b/libvideoeditor/vss/src/Android.mk index 14f8f80..e9c265b 100755 --- a/libvideoeditor/vss/src/Android.mk +++ b/libvideoeditor/vss/src/Android.mk @@ -63,6 +63,7 @@ LOCAL_STATIC_LIBRARIES := \ LOCAL_C_INCLUDES += \ $(TOP)/system/media/audio_utils/include \ + $(TOP)/system/media/audio_effects/include \ $(TOP)/frameworks/base/include \ $(TOP)/frameworks/media/libvideoeditor/osal/inc \ $(TOP)/frameworks/media/libvideoeditor/vss/inc \ -- cgit v1.1