summaryrefslogtreecommitdiffstats
path: root/vlc/build/vlc_raw1394_typedef.patch
blob: fc5f92cdbad172eae60a3ea6d6446eeef593a799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- include/vlc_common.h.orig	2007-12-12 23:33:09.000000000 +0100
+++ include/vlc_common.h	2007-12-12 23:33:43.000000000 +0100
@@ -108,7 +108,9 @@
     typedef int32_t             intptr_t;
 #endif
 
-typedef uint8_t                 byte_t;
+#ifndef _LIBRAW1394_RAW1394_H
+  typedef uint8_t                 byte_t;
+#endif
 
 /* Systems that don't have stdint.h may not define INT64_MIN and
    INT64_MAX */