aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-03-19 14:12:45 +0800
committermarcus <marcus@FreeBSD.org>2003-03-19 14:12:45 +0800
commit156beb9c6b66764081e443a3b942f951bdc4b0c3 (patch)
tree33262d282bff3cae21dc1a44a0cb2acba1ac1a20 /multimedia
parentf0b089ccd111b3a1ecc9dc670227ceceb6b67a62 (diff)
downloadfreebsd-ports-gnome-156beb9c6b66764081e443a3b942f951bdc4b0c3.tar.gz
freebsd-ports-gnome-156beb9c6b66764081e443a3b942f951bdc4b0c3.tar.zst
freebsd-ports-gnome-156beb9c6b66764081e443a3b942f951bdc4b0c3.zip
Fix the build on Alpha -STABLE.
Reported by: bento Approved by: portmgr (kris) Requested by: kris
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins/files/patch-ffmpeg::simple_idct_alpha.c13
-rw-r--r--multimedia/gstreamer-plugins/files/patch-gst-libs_ext_ffmpeg_ffmpeg_libavcodec_alpha_simple_idct_alpha.c13
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c13
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-gst-libs_ext_ffmpeg_ffmpeg_libavcodec_alpha_simple_idct_alpha.c13
4 files changed, 52 insertions, 0 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
new file mode 100644
index 000000000000..a8d8e148331f
--- /dev/null
+++ b/multimedia/gstreamer-plugins/files/patch-ffmpeg::simple_idct_alpha.c
@@ -0,0 +1,13 @@
+--- 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 @@
+ #include "asm.h"
+ #include "../dsputil.h"
+
++#if defined(__FreeBSD__) && __FreeBSD_version < 500000
++typedef long int 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,
diff --git a/multimedia/gstreamer-plugins/files/patch-gst-libs_ext_ffmpeg_ffmpeg_libavcodec_alpha_simple_idct_alpha.c b/multimedia/gstreamer-plugins/files/patch-gst-libs_ext_ffmpeg_ffmpeg_libavcodec_alpha_simple_idct_alpha.c
new file mode 100644
index 000000000000..a8d8e148331f
--- /dev/null
+++ b/multimedia/gstreamer-plugins/files/patch-gst-libs_ext_ffmpeg_ffmpeg_libavcodec_alpha_simple_idct_alpha.c
@@ -0,0 +1,13 @@
+--- 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 @@
+ #include "asm.h"
+ #include "../dsputil.h"
+
++#if defined(__FreeBSD__) && __FreeBSD_version < 500000
++typedef long int 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,
diff --git a/multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c b/multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c
new file mode 100644
index 000000000000..a8d8e148331f
--- /dev/null
+++ b/multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c
@@ -0,0 +1,13 @@
+--- 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 @@
+ #include "asm.h"
+ #include "../dsputil.h"
+
++#if defined(__FreeBSD__) && __FreeBSD_version < 500000
++typedef long int 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,
diff --git a/multimedia/gstreamer-plugins80/files/patch-gst-libs_ext_ffmpeg_ffmpeg_libavcodec_alpha_simple_idct_alpha.c b/multimedia/gstreamer-plugins80/files/patch-gst-libs_ext_ffmpeg_ffmpeg_libavcodec_alpha_simple_idct_alpha.c
new file mode 100644
index 000000000000..a8d8e148331f
--- /dev/null
+++ b/multimedia/gstreamer-plugins80/files/patch-gst-libs_ext_ffmpeg_ffmpeg_libavcodec_alpha_simple_idct_alpha.c
@@ -0,0 +1,13 @@
+--- 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 @@
+ #include "asm.h"
+ #include "../dsputil.h"
+
++#if defined(__FreeBSD__) && __FreeBSD_version < 500000
++typedef long int 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,