aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Hsu <arthurhsu@google.com>2019-04-10 11:18:26 -0700
committerArthur Hsu <arthurhsu@google.com>2019-04-10 11:18:26 -0700
commite7a24dbf9c98a7a391fa107725b4cc28b427cb37 (patch)
treef2ee538e31e0e0599cbfd64ea44f4d312712d05b
parent9a2d58984f50f38e1ead179aec043e96dea15115 (diff)
downloadv4l2_codec2-android10-qpr1-b-release.tar.gz
This fix enables qt-arc-dev to build the tests targets. Bug: 129607918 Test: mm Change-Id: I646a6081948d7cd62912d02dc569c856cbd1c568
-rw-r--r--cmds/codec2.cpp2
-rw-r--r--tests/C2VDAComponent_test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmds/codec2.cpp b/cmds/codec2.cpp
index 9458bd3..fc84c29 100644
--- a/cmds/codec2.cpp
+++ b/cmds/codec2.cpp
@@ -23,11 +23,11 @@
#include <media/DataSource.h>
#include <media/ICrypto.h>
#include <media/IMediaHTTPService.h>
-#include <media/MediaExtractor.h>
#include <media/MediaSource.h>
#include <media/stagefright/DataSourceFactory.h>
#include <media/stagefright/MediaDefs.h>
#include <media/stagefright/MediaErrors.h>
+#include <media/stagefright/MediaExtractor.h>
#include <media/stagefright/MediaExtractorFactory.h>
#include <media/stagefright/MetaData.h>
#include <media/stagefright/Utils.h>
diff --git a/tests/C2VDAComponent_test.cpp b/tests/C2VDAComponent_test.cpp
index 6e5e645..4d387d4 100644
--- a/tests/C2VDAComponent_test.cpp
+++ b/tests/C2VDAComponent_test.cpp
@@ -24,11 +24,11 @@
#include <gtest/gtest.h>
#include <media/DataSource.h>
#include <media/IMediaHTTPService.h>
-#include <media/MediaExtractor.h>
#include <media/MediaSource.h>
#include <media/stagefright/DataSourceFactory.h>
#include <media/stagefright/MediaDefs.h>
#include <media/stagefright/MediaErrors.h>
+#include <media/stagefright/MediaExtractor.h>
#include <media/stagefright/MediaExtractorFactory.h>
#include <media/stagefright/MetaData.h>
#include <media/stagefright/Utils.h>