aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins80/files
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer-plugins80/files')
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-configure10
-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
3 files changed, 0 insertions, 36 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-configure b/multimedia/gstreamer-plugins80/files/patch-configure
deleted file mode 100644
index 001d56fd6e4f..000000000000
--- a/multimedia/gstreamer-plugins80/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Thu Jul 11 15:51:47 2002
-+++ configure Thu Jul 11 15:51:57 2002
-@@ -6731,6 +6731,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c b/multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c
deleted file mode 100644
index a8d8e148331f..000000000000
--- a/multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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
deleted file mode 100644
index a8d8e148331f..000000000000
--- a/multimedia/gstreamer-plugins80/files/patch-gst-libs_ext_ffmpeg_ffmpeg_libavcodec_alpha_simple_idct_alpha.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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,