summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-07-18 14:46:11 -0700
committerJames Dong <jdong@google.com>2010-07-18 14:47:27 -0700
commit46bf665ea3687f06069ebd1a0acd01ed7b5ac9cb (patch)
tree6d78e36d5aad10414ef9b42aa3a95fa30048e05a /media
parent2c8e5cab3faa6d360e222b7a6c40a80083d021ac (diff)
downloadframeworks_av-46bf665ea3687f06069ebd1a0acd01ed7b5ac9cb.zip
frameworks_av-46bf665ea3687f06069ebd1a0acd01ed7b5ac9cb.tar.gz
frameworks_av-46bf665ea3687f06069ebd1a0acd01ed7b5ac9cb.tar.bz2
Fix simulator build (1st attempt)
Change-Id: I65a824c17929170b7b2bc75a13e756e92d8fe50a
Diffstat (limited to 'media')
-rw-r--r--media/libstagefright/codecs/m4v_h263/enc/src/mp4def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/codecs/m4v_h263/enc/src/mp4def.h b/media/libstagefright/codecs/m4v_h263/enc/src/mp4def.h
index df1aa8b..0d5a3e8 100644
--- a/media/libstagefright/codecs/m4v_h263/enc/src/mp4def.h
+++ b/media/libstagefright/codecs/m4v_h263/enc/src/mp4def.h
@@ -18,6 +18,7 @@
#ifndef _PVDECDEF_H_
#define _PVDECDEF_H_
+#include <stdint.h> // for uint8_t, etc
#include <stdlib.h>
#include <string.h>