commit | c4689fae1bdb8d1c94eb28af1b2a1f30d2b1a3da | [log] [tgz] |
---|---|---|
author | James Dong <jdong@google.com> | Wed Feb 08 13:51:46 2012 -0800 |
committer | James Dong <jdong@google.com> | Wed Feb 08 16:08:33 2012 -0800 |
tree | 671c1ad1ba63040c35961f4b13db515edb1d0dd4 | |
parent | 0a684cc5346e7d95acd3c3c0582c2b0161815fb0 [diff] [blame] |
Move away from MediaDebug and use ADebug instead Change-Id: I307b3f565808ec8e3b9a4d944c6c0d1f603b04c9
diff --git a/libvideoeditor/lvpp/PreviewRenderer.cpp b/libvideoeditor/lvpp/PreviewRenderer.cpp index 7ff7866..2ffd488 100755 --- a/libvideoeditor/lvpp/PreviewRenderer.cpp +++ b/libvideoeditor/lvpp/PreviewRenderer.cpp
@@ -21,7 +21,7 @@ #include "PreviewRenderer.h" -#include <media/stagefright/MediaDebug.h> +#include <media/stagefright/foundation/ADebug.h> #include <surfaceflinger/Surface.h> namespace android {