diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:31:13 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:31:13 +0000 |
commit | 7f36934d440e9eef6de5bb89c7a0c6d94b7b1ea4 (patch) | |
tree | 3bddb5ab6e3fb3a57edca76c00d09e6b3c99ac3e /multimedia/mpeg2codec/files/patch-ab | |
parent | Rename misc/ patch-xy patches to reflect the files they modify. (diff) |
Rename multimedia/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363283
Diffstat (limited to 'multimedia/mpeg2codec/files/patch-ab')
-rw-r--r-- | multimedia/mpeg2codec/files/patch-ab | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/multimedia/mpeg2codec/files/patch-ab b/multimedia/mpeg2codec/files/patch-ab deleted file mode 100644 index b0f6df0ce9fb..000000000000 --- a/multimedia/mpeg2codec/files/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ ---- ./src/mpeg2enc/mpeg2enc.c 1996/11/25 21:18:23 1.1 -+++ ./src/mpeg2enc/mpeg2enc.c 1996/11/25 21:22:40 -@@ -29,6 +29,7 @@ - - #include <stdio.h> - #include <stdlib.h> -+#include <floatingpoint.h> - - #define GLOBAL /* used by global.h */ - #include "config.h" -@@ -50,6 +51,12 @@ - printf("Usage: mpeg2encode in.par out.m2v\n"); - exit(0); - } -+ -+ /* -+ * this prevents a floating point exception in calcSNR (stats.c) when -+ * working on black and white images (charnier@lirmm.fr) -+ */ -+ fpsetmask(0); - - /* read parameter file */ - readparmfile(argv[1]); |