diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-09 22:48:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-09 22:48:40 +0000 |
commit | b04cc8eeea30b2616a7bd698127937fc254ec819 (patch) | |
tree | e8cb3adf9062267c2c3e3f141f48e8e7a641b956 /multimedia/mplayerxp/files/patch-mplayerxp__postproc__dsp.c | |
parent | f11926bba74c76263df1e03ffd37af6f7fd07322 (diff) | |
download | ports-b04cc8eeea30b2616a7bd698127937fc254ec819.tar.gz ports-b04cc8eeea30b2616a7bd698127937fc254ec819.zip |
Notes
Diffstat (limited to 'multimedia/mplayerxp/files/patch-mplayerxp__postproc__dsp.c')
-rw-r--r-- | multimedia/mplayerxp/files/patch-mplayerxp__postproc__dsp.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mplayerxp/files/patch-mplayerxp__postproc__dsp.c b/multimedia/mplayerxp/files/patch-mplayerxp__postproc__dsp.c new file mode 100644 index 000000000000..5dcdb6edaa39 --- /dev/null +++ b/multimedia/mplayerxp/files/patch-mplayerxp__postproc__dsp.c @@ -0,0 +1,11 @@ +--- mplayerxp/postproc/dsp.c.orig Sat Jul 2 18:59:04 2005 ++++ mplayerxp/postproc/dsp.c Sun Oct 1 22:10:31 2006 +@@ -11,7 +11,7 @@ + /* Design and implementation of different types of digital filters + + */ +-#include <stdint.h> ++#include <inttypes.h> + #include <string.h> + #define __USE_ISOC99 1 + #include <math.h> |