shithub: aacdec

Download patch

ref: 3e8a74a0dee05e300b4b5b723e43545b451ff0dd
parent: d8e1ff74089f3a0125bcf56c0c1797015feeb0c9
author: knik <knik@users.sourceforge.net>
date: Mon Jul 17 10:04:50 EDT 2017

use <stdint.h> on all systems

--- a/common/mp4ff/Makefile.am
+++ b/common/mp4ff/Makefile.am
@@ -4,4 +4,4 @@
 libmp4ff_a_CFLAGS = -DUSE_TAGGING=1
 
 libmp4ff_a_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
-		     mp4tagupdate.c mp4ff.h mp4ffint.h mp4ff_int_types.h
+		     mp4tagupdate.c mp4ff.h mp4ffint.h