diff options
author | James Dong <jdong@google.com> | 2012-02-09 23:54:07 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-02-09 23:54:07 -0800 |
commit | 49f000409c48afd40366baef2e8fc8ea838b782f (patch) | |
tree | 4771122734e5028cdf139a2c455e3cc65eb067a2 /libvideoeditor/lvpp/PreviewRenderer.cpp | |
parent | ff65330bfdd2841110d8ff2a1aba3543b2cb3156 (diff) | |
parent | c4689fae1bdb8d1c94eb28af1b2a1f30d2b1a3da (diff) | |
download | frameworks_av-49f000409c48afd40366baef2e8fc8ea838b782f.zip frameworks_av-49f000409c48afd40366baef2e8fc8ea838b782f.tar.gz frameworks_av-49f000409c48afd40366baef2e8fc8ea838b782f.tar.bz2 |
Merge "Move away from MediaDebug and use ADebug instead"
Diffstat (limited to 'libvideoeditor/lvpp/PreviewRenderer.cpp')
-rwxr-xr-x | libvideoeditor/lvpp/PreviewRenderer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |