OSDN Git Service

Fix compile after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4
authorAbhishek Arya <aarya@google.com>
Mon, 17 Aug 2015 21:50:02 +0000 (14:50 -0700)
committerAbhishek Arya <aarya@google.com>
Mon, 17 Aug 2015 21:50:02 +0000 (14:50 -0700)
BUG: 20674086
Change-Id: Idaff17975b327adea65c39bdba1ab4e88789c0cd

media/libstagefright/codecs/m4v_h263/dec/src/pvdec_api.cpp
media/libstagefright/codecs/m4v_h263/enc/src/mp4enc_api.cpp

index 78f2556..8c6622e 100644 (file)
@@ -15,6 +15,9 @@
  * and limitations under the License.
  * -------------------------------------------------------------------
  */
+
+#include <stdint.h>
+
 #include "mp4dec_lib.h"
 #include "vlc_decode.h"
 #include "bitstream.h"
index da27377..d2a930c 100644 (file)
@@ -16,6 +16,8 @@
  * -------------------------------------------------------------------
  */
 
+#include <stdint.h>
+
 #include "mp4enc_lib.h"
 #include "bitstream_io.h"
 #include "rate_control.h"