summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-07-18 15:03:15 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-07-18 15:03:15 -0700
commit26a1138f3a467f2bfe832ff59f50f3cc1f35e834 (patch)
tree6d78e36d5aad10414ef9b42aa3a95fa30048e05a /media
parent74ef7ef6adc224256a78a7df5ad0435f6be89aa8 (diff)
parent46bf665ea3687f06069ebd1a0acd01ed7b5ac9cb (diff)
downloadframeworks_av-26a1138f3a467f2bfe832ff59f50f3cc1f35e834.zip
frameworks_av-26a1138f3a467f2bfe832ff59f50f3cc1f35e834.tar.gz
frameworks_av-26a1138f3a467f2bfe832ff59f50f3cc1f35e834.tar.bz2
am faf775e7: Fix simulator build (1st attempt)
Merge commit 'faf775e772e329e821d81ba735474df097b1e1e9' into gingerbread-plus-aosp * commit 'faf775e772e329e821d81ba735474df097b1e1e9': Fix simulator build (1st attempt)
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>