summaryrefslogtreecommitdiff
path: root/multimedia/mpeg2codec/files/patch-ab
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-07-10 05:32:54 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-07-10 05:32:54 +0000
commit292e34c318757b751820e6ec9f315272f943588c (patch)
tree1c1be6236b31273261fc4067cc9a2c0152b26a39 /multimedia/mpeg2codec/files/patch-ab
parentMake this port automatically depend on jdk. Move the jdk version (diff)
mpeg-2 encoder/decoder.
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
Diffstat (limited to '')
-rw-r--r--multimedia/mpeg2codec/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/multimedia/mpeg2codec/files/patch-ab b/multimedia/mpeg2codec/files/patch-ab
new file mode 100644
index 000000000000..326acaa4bc00
--- /dev/null
+++ b/multimedia/mpeg2codec/files/patch-ab
@@ -0,0 +1,19 @@
+--- src/mpeg2enc/mpeg2enc.c 1996/06/20 19:58:58 1.1
++++ src/mpeg2enc/mpeg2enc.c 1996/06/20 19:36:25
+@@ -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,8 @@
+ printf("Usage: mpeg2encode in.par out.m2v\n");
+ exit(0);
+ }
++
++ fpsetmask(0);
+
+ /* read parameter file */
+ readparmfile(argv[1]);