Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156747160
D3168.id7216.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D3168.id7216.diff
View Options
Index: head/multimedia/libx264/files/patch-x264.h
===================================================================
--- head/multimedia/libx264/files/patch-x264.h
+++ head/multimedia/libx264/files/patch-x264.h
@@ -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
Index: head/multimedia/x264/Makefile
===================================================================
--- head/multimedia/x264/Makefile
+++ head/multimedia/x264/Makefile
@@ -19,6 +19,7 @@
PORTNAME= x264
PORTVERSION= 0.${X264_BUILD}.${X264_REV}
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \
http://samples.mplayerhq.hu/yuv4mpeg2/:pgo
Index: head/multimedia/x264/files/patch-x264.h
===================================================================
--- head/multimedia/x264/files/patch-x264.h
+++ head/multimedia/x264/files/patch-x264.h
@@ -0,0 +1,15 @@
+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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 17, 2:12 AM (16 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33167117
Default Alt Text
D3168.id7216.diff (2 KB)
Attached To
Mode
D3168: Move libx264 stdin.h patch to master x264 port
Attached
Detach File
Event Timeline
Log In to Comment