summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2019-12-18 10:30:11 -0800
committerMarco Nelissen <marcone@google.com>2019-12-19 09:59:28 -0800
commitc533697b8df69a83aab6f5ae21c8bdf76bffe829 (patch)
tree5f586cad9959e39f79ee763cb3b2a33e7817b0c2
parentdc98ac543c9e3f120a3aacdc8b39d0b614451792 (diff)
downloadav-c533697b8df69a83aab6f5ae21c8bdf76bffe829.tar.gz
Link with actual header instead of symlinkandroid-r-preview-1
Test: build Change-Id: I8bb11bfebbb664517a50ed68923469b411d4dccb
-rw-r--r--media/codecs/cmds/codec2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/codecs/cmds/codec2.cpp b/media/codecs/cmds/codec2.cpp
index da59810..2cbbcd8 100644
--- a/media/codecs/cmds/codec2.cpp
+++ b/media/codecs/cmds/codec2.cpp
@@ -33,7 +33,7 @@
#include <datasource/DataSourceFactory.h>
#include <media/DataSource.h>
#include <media/IMediaHTTPService.h>
-#include <media/MediaSource.h>
+#include <media/stagefright/MediaSource.h>
#include <media/stagefright/foundation/ABuffer.h>
#include <media/stagefright/foundation/ALooper.h>
#include <media/stagefright/foundation/AMessage.h>