diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-07-23 09:21:44 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-07-23 09:21:44 +0000 |
commit | ed82601d9e27f6e88550f16ba519dfe2b99f6223 (patch) | |
tree | 87300cbc3f179a7ca34e60aac986530298f459ac /multimedia/libx264 | |
parent | fd5f35edc9dcf809026ae41fe9e595faf0f1ce84 (diff) |
Notes
Diffstat (limited to 'multimedia/libx264')
-rw-r--r-- | multimedia/libx264/files/patch-x264.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/libx264/files/patch-x264.h b/multimedia/libx264/files/patch-x264.h deleted file mode 100644 index a6d1ea730ba8..000000000000 --- a/multimedia/libx264/files/patch-x264.h +++ /dev/null @@ -1,15 +0,0 @@ -Our stdint.h is a symlink to sys/stdint.h so we need to teach x264 -the header guard of the sys/stdint.h file. - -Accepted upstream, see https://reviews.freebsd.org/D2863 for details. ---- x264.h.orig 2015-06-19 08:05:22.728325000 +0200 -+++ x264.h 2015-06-19 08:05:39.433879000 +0200 -@@ -29,7 +29,7 @@ - #define X264_X264_H - - #if !defined(_STDINT_H) && !defined(_STDINT_H_) && !defined(_STDINT_H_INCLUDED) && !defined(_STDINT) &&\ -- !defined(_INTTYPES_H) && !defined(_INTTYPES_H_) && !defined(_INTTYPES) -+ !defined(_SYS_STDINT_H_) && !defined(_INTTYPES_H) && !defined(_INTTYPES_H_) && !defined(_INTTYPES) - # ifdef _MSC_VER - # pragma message("You must include stdint.h or inttypes.h before x264.h") - # else |