summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-20 04:51:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-20 04:51:22 +0800
commit6e4644355d62ebacc8383a9e96241e6786edd02c (patch)
tree61168fc8e416b460dd1d575a84e8efb49554263a /multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c
parenta96c25334b449c6664abd6f2effc0737638a8dd0 (diff)
downloadmarcuscom-ports-6e4644355d62ebacc8383a9e96241e6786edd02c.tar
marcuscom-ports-6e4644355d62ebacc8383a9e96241e6786edd02c.tar.gz
marcuscom-ports-6e4644355d62ebacc8383a9e96241e6786edd02c.tar.bz2
marcuscom-ports-6e4644355d62ebacc8383a9e96241e6786edd02c.tar.lz
marcuscom-ports-6e4644355d62ebacc8383a9e96241e6786edd02c.tar.xz
marcuscom-ports-6e4644355d62ebacc8383a9e96241e6786edd02c.tar.zst
marcuscom-ports-6e4644355d62ebacc8383a9e96241e6786edd02c.zip
Update to 0.7.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1501 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c')
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c17
1 files changed, 0 insertions, 17 deletions
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 8149c3981..000000000
--- a/multimedia/gstreamer-plugins80/files/patch-ffmpeg::simple_idct_alpha.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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 __int32_t int_fast32_t;
-+#endif
-
- extern void (*put_pixels_clamped_axp_p)(const DCTELEM *block, uint8_t *pixels,
- int line_size);