summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-05-11 02:42:33 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-05-11 02:42:33 +0000
commit38d90218232723ec62debce4a3d49e745b38b0b1 (patch)
tree2ffe6f820c028ec9ebdf678454cff40944069f22 /multimedia/gstreamer-plugins
parentFix fetching: correct MASTER_SITE_SUBDIR (diff)
Fix build on alpha ARCH
Submitted by: marcus
Notes
Notes: svn path=/head/; revision=80637
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r--multimedia/gstreamer-plugins/files/patch-ffmpeg::simple_idct_alpha.c18
1 files changed, 11 insertions, 7 deletions
diff --git a/multimedia/gstreamer-plugins/files/patch-ffmpeg::simple_idct_alpha.c b/multimedia/gstreamer-plugins/files/patch-ffmpeg::simple_idct_alpha.c
index a8d8e148331f..8149c39817cb 100644
--- a/multimedia/gstreamer-plugins/files/patch-ffmpeg::simple_idct_alpha.c
+++ b/multimedia/gstreamer-plugins/files/patch-ffmpeg::simple_idct_alpha.c
@@ -1,13 +1,17 @@
---- gst-libs/ext/ffmpeg/ffmpeg/libavcodec/alpha/simple_idct_alpha.c.orig Tue Mar 18 02:16:44 2003
-+++ gst-libs/ext/ffmpeg/ffmpeg/libavcodec/alpha/simple_idct_alpha.c Wed Mar 19 01:10:35 2003
-@@ -27,6 +27,10 @@
+--- gst-libs/ext/ffmpeg/ffmpeg/libavcodec/alpha/simple_idct_alpha.c.orig Fri Apr 25 22:06:13 2003
++++ gst-libs/ext/ffmpeg/ffmpeg/libavcodec/alpha/simple_idct_alpha.c Fri Apr 25 23:19:39 2003
+@@ -24,8 +24,14 @@
+ * and Falk Hueffner <falk@debian.org>
+ */
+
++#include <sys/param.h>
++
#include "asm.h"
#include "../dsputil.h"
-
++
+#if defined(__FreeBSD__) && __FreeBSD_version < 500000
-+typedef long int int_fast32_t;
++typedef __int32_t int_fast32_t;
+#endif
-+
+
extern void (*put_pixels_clamped_axp_p)(const DCTELEM *block, uint8_t *pixels,
int line_size);
- extern void (*add_pixels_clamped_axp_p)(const DCTELEM *block, uint8_t *pixels,