SOURCES: faad2-inttypes_h.patch (NEW) - patch mp3ff.h instead incl...
glen
glen at pld-linux.org
Thu Sep 8 02:42:59 CEST 2005
Author: glen Date: Thu Sep 8 00:42:59 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- patch mp3ff.h instead including needless include for non-win32 platform
---- Files affected:
SOURCES:
faad2-inttypes_h.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/faad2-inttypes_h.patch
diff -u /dev/null SOURCES/faad2-inttypes_h.patch:1.1
--- /dev/null Thu Sep 8 02:42:59 2005
+++ SOURCES/faad2-inttypes_h.patch Thu Sep 8 02:42:54 2005
@@ -0,0 +1,16 @@
+remove need for inclusion of mp4ff_int_types.h in -devel package
+
+--- ./common/mp4ff/mp4ff.h~ 2004-01-11 17:52:18.000000000 +0200
++++ ./common/mp4ff/mp4ff.h 2005-09-08 03:29:23.000000000 +0300
+@@ -32,7 +32,11 @@
+ extern "C" {
+ #endif /* __cplusplus */
+
++#ifdef _WIN32
+ #include "mp4ff_int_types.h"
++#else
++#include <stdint.h>
++#endif
+
+ /* file callback structure */
+ typedef struct
================================================================
More information about the pld-cvs-commit
mailing list