summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp
diff options
context:
space:
mode:
authorTareq A. Siraj <tareq.a.siraj@intel.com>2012-07-27 11:49:32 -0400
committerEdwin Vane <edwin.vane@intel.com>2012-08-22 14:55:22 -0400
commit3677437296fd1547d762b1b227a3de83dbc960d6 (patch)
treeaba2b34a68b8f1c340ddd568c9b4df96ec02066c /media/libstagefright/rtsp
parent1e75e9721254ae5df05c3d88b30ed7f778406261 (diff)
downloadframeworks_av-3677437296fd1547d762b1b227a3de83dbc960d6.zip
frameworks_av-3677437296fd1547d762b1b227a3de83dbc960d6.tar.gz
frameworks_av-3677437296fd1547d762b1b227a3de83dbc960d6.tar.bz2
Fixed member access into incomplete type build error
Included the ARTPAssembler.h file to fix the 'member access into incomplete type "android::ARTPAssembler"' error reported by clang. Change-Id: I10cb1e38bf360858bb7ebdeae82ba1e64431f87d Author: Tareq A. Siraj <tareq.a.siraj@intel.com> Reviewed-by: Edwin Vane<edwin.vane@intel.com>
Diffstat (limited to 'media/libstagefright/rtsp')
-rw-r--r--media/libstagefright/rtsp/ARTPConnection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/rtsp/ARTPConnection.cpp b/media/libstagefright/rtsp/ARTPConnection.cpp
index 44988a3..501a970 100644
--- a/media/libstagefright/rtsp/ARTPConnection.cpp
+++ b/media/libstagefright/rtsp/ARTPConnection.cpp
@@ -18,6 +18,7 @@
#define LOG_TAG "ARTPConnection"
#include <utils/Log.h>
+#include "ARTPAssembler.h"
#include "ARTPConnection.h"
#include "ARTPSource.h"