summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-08-15 00:09:17 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-15 00:09:18 +0000
commitc13a958fba83dae63a8cf23b76b36a8fc8580aef (patch)
tree4c135c92d93d3d6885c3f766da18fbaa63ebf82c
parent99a2297e4f9746cd5efc3aa3731d17052f32e058 (diff)
parent88c3c4acb13a93209b3572fecd585099defec184 (diff)
downloadframeworks_av-c13a958fba83dae63a8cf23b76b36a8fc8580aef.zip
frameworks_av-c13a958fba83dae63a8cf23b76b36a8fc8580aef.tar.gz
frameworks_av-c13a958fba83dae63a8cf23b76b36a8fc8580aef.tar.bz2
Merge "fix build. optional tests broke" into klp-dev
-rw-r--r--media/libstagefright/tests/SurfaceMediaSource_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libstagefright/tests/SurfaceMediaSource_test.cpp b/media/libstagefright/tests/SurfaceMediaSource_test.cpp
index a5459fe..49ffcd6 100644
--- a/media/libstagefright/tests/SurfaceMediaSource_test.cpp
+++ b/media/libstagefright/tests/SurfaceMediaSource_test.cpp
@@ -23,6 +23,8 @@
#include <fcntl.h>
#include <unistd.h>
+#include <GLES2/gl2.h>
+
#include <media/stagefright/SurfaceMediaSource.h>
#include <media/mediarecorder.h>