16 lines
382 B
Plaintext
16 lines
382 B
Plaintext
$OpenBSD: patch-common_mp4ff_mp4ff_h,v 1.1 2012/05/22 18:38:48 ajacoutot Exp $
|
|
--- common/mp4ff/mp4ff.h.orig Mon May 14 17:05:03 2012
|
|
+++ common/mp4ff/mp4ff.h Mon May 14 17:05:27 2012
|
|
@@ -35,11 +35,7 @@
|
|
extern "C" {
|
|
#endif /* __cplusplus */
|
|
|
|
-#ifdef HAVE_STDINT_H
|
|
#include <stdint.h>
|
|
-#else
|
|
-#include "mp4ff_int_types.h"
|
|
-#endif
|
|
|
|
/* file callback structure */
|
|
typedef struct
|