commit | 272eb55a3855d8455bc0a12e5359d51f4010332a | [log] [tgz] |
---|---|---|
author | Dima Zavin <dima@android.com> | Wed May 11 14:15:37 2011 -0700 |
committer | Dima Zavin <dima@android.com> | Wed May 11 14:15:37 2011 -0700 |
tree | c7563010d0992524be11bd4a77de268faa37f543 | |
parent | 8f83a8f53ed652e9e910a60e46634a5f49cdc783 [diff] |
update for new audio.h header location Change-Id: I593b91a84a603d8c7f51a83232cced5af4980baf Signed-off-by: Dima Zavin <dima@android.com>
diff --git a/libvideoeditor/lvpp/VideoEditorAudioPlayer.cpp b/libvideoeditor/lvpp/VideoEditorAudioPlayer.cpp index c49328a..70c38e6 100755 --- a/libvideoeditor/lvpp/VideoEditorAudioPlayer.cpp +++ b/libvideoeditor/lvpp/VideoEditorAudioPlayer.cpp
@@ -28,7 +28,7 @@ #include <media/stagefright/MediaSource.h> #include <media/stagefright/MetaData.h> -#include <hardware/audio.h> +#include <system/audio.h> #include "PreviewPlayer.h" namespace android {
diff --git a/libvideoeditor/lvpp/VideoEditorPlayer.cpp b/libvideoeditor/lvpp/VideoEditorPlayer.cpp index d8ec3be..912aab0 100755 --- a/libvideoeditor/lvpp/VideoEditorPlayer.cpp +++ b/libvideoeditor/lvpp/VideoEditorPlayer.cpp
@@ -25,7 +25,7 @@ #include <media/Metadata.h> #include <media/stagefright/MediaExtractor.h> -#include <hardware/audio.h> +#include <system/audio.h> namespace android {