diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-06-25 11:09:29 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-06-25 11:09:29 +0000 |
commit | 389eb0fdb2d71f1fc309de8d0c6d2d273bcec724 (patch) | |
tree | ba219587a221b93374a9017c2671921d74f682fa | |
parent | Update to 0.16. (diff) |
Fix build after multimedia/libxine update. (More vdr port updates later.)
Notes
Notes:
svn path=/head/; revision=276367
-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> + |