mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
parent
349208b4a4
commit
380f15e0a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80322
2 changed files with 0 additions and 26 deletions
|
@ -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,
|
|
@ -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,
|
Loading…
Add table
Reference in a new issue