diff options
author | nox <nox@FreeBSD.org> | 2011-06-25 19:09:29 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-06-25 19:09:29 +0800 |
commit | 48d74df5282fef7b3fc32fcb41ca81b25f177ad1 (patch) | |
tree | a08798d1be85f58e5c18f68a791ce8252cf288b6 | |
parent | a7761d092abd27210711f308fa634b2c730da5ef (diff) | |
download | freebsd-ports-gnome-48d74df5282fef7b3fc32fcb41ca81b25f177ad1.tar.gz freebsd-ports-gnome-48d74df5282fef7b3fc32fcb41ca81b25f177ad1.tar.zst freebsd-ports-gnome-48d74df5282fef7b3fc32fcb41ca81b25f177ad1.zip |
Fix build after multimedia/libxine update. (More vdr port updates later.)
-rw-r--r-- | multimedia/vdr-plugin-xineliboutput/files/patch-clang | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/multimedia/vdr-plugin-xineliboutput/files/patch-clang b/multimedia/vdr-plugin-xineliboutput/files/patch-clang new file mode 100644 index 000000000000..90fe32f11ec4 --- /dev/null +++ b/multimedia/vdr-plugin-xineliboutput/files/patch-clang @@ -0,0 +1,32 @@ +--- a/xine_post_autocrop.c ++++ b/xine_post_autocrop.c +@@ -42,6 +42,7 @@ + */ + + ++#include <stddef.h> + #include <stdint.h> + + #include <xine/xine_internal.h> +--- a/xine_post_swscale.c ++++ b/xine_post_swscale.c +@@ -37,6 +37,8 @@ + * - Fixed yv12 stretched warp tables generation + */ + ++#include <stddef.h> ++ + #include <xine/xine_internal.h> + #include <xine/post.h> + #include <float.h> /* DBL_MIN */ +--- a/xine_post_audiochannel.c ++++ b/xine_post_audiochannel.c +@@ -39,6 +39,8 @@ + * + */ + ++#include <stddef.h> ++ + #include <xine/xine_internal.h> + #include <xine/post.h> + |