commit | c1e3ed15d86337361c11fc4bb425ae252eceb946 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Tue Mar 13 15:22:11 2012 -0700 |
committer | Glenn Kasten <gkasten@google.com> | Wed Mar 14 15:39:50 2012 -0700 |
tree | 44c62cc1a5366383a16c149cbe8f6d07f3bb538b | |
parent | 39485a9071b06ab8bb390844ae39f783d6c0ed25 [diff] [blame] |
Fix LOCAL_C_INCLUDES and correct #include syntax Change-Id: I522861043cc2ee905258a2ae409bf9dddbe452dc
diff --git a/libvideoeditor/lvpp/VideoEditorPlayer.h b/libvideoeditor/lvpp/VideoEditorPlayer.h index 34f9bc5..6962501 100755 --- a/libvideoeditor/lvpp/VideoEditorPlayer.h +++ b/libvideoeditor/lvpp/VideoEditorPlayer.h
@@ -18,7 +18,7 @@ #define ANDROID_VIDEOEDITOR_PLAYER_H #include <media/MediaPlayerInterface.h> -#include "AudioTrack.h" +#include <media/AudioTrack.h> #include "M4xVSS_API.h" #include "VideoEditorMain.h" #include "VideoEditorTools.h"