summaryrefslogtreecommitdiff
path: root/multimedia/transcode/files/patch-import_extract__ac3.c
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-05-01 19:43:12 +0200
committerStefan Eßer <se@FreeBSD.org>2021-05-01 20:48:53 +0200
commit9df78543e018a28c73fc97caff2c3ac9cc7b62f7 (patch)
tree8a421e864e02588e99c236eaeffab67717edaec5 /multimedia/transcode/files/patch-import_extract__ac3.c
parentsecurity/signify: Update keys for OpenBSD 6.9 (diff)
multimedia: Revert removal of transcode and dependent ports
This is a partial revert of commit 60955c0a0956 which removed transcode and ports depending on it for not building with -fno-common. multimedia/transcode: Revert removal of port The transcode port has been fixed to build with -fno-common by adding 1 "extern" and 3 "static" keywords to prevent some global symbols to be defined in multiple files that are linked into one binary. While here fix a few issues reported by "make stage-qa". multimedia/dvdrip: remove DEPRECATED multimedia/mkxvcd: remove DEPRECATED multimedia/subtitleripper: remove DEPRECATED While here add TIMESTAMP to distinfo of these ports and make portlint and portclippy happy. multimedia/transcode: Add TIMESTAMP to distinfo
Diffstat (limited to 'multimedia/transcode/files/patch-import_extract__ac3.c')
-rw-r--r--multimedia/transcode/files/patch-import_extract__ac3.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/transcode/files/patch-import_extract__ac3.c b/multimedia/transcode/files/patch-import_extract__ac3.c
new file mode 100644
index 000000000000..a85d18ed3238
--- /dev/null
+++ b/multimedia/transcode/files/patch-import_extract__ac3.c
@@ -0,0 +1,11 @@
+--- import/extract_ac3.c.orig 2011-11-19 16:50:27 UTC
++++ import/extract_ac3.c
+@@ -334,7 +334,7 @@ static void pes_ac3_loop (void)
+ FILE *fd;
+
+ #define MAX_BUF 4096
+-char audio[MAX_BUF];
++static char audio[MAX_BUF];
+
+
+ /* from ac3scan.c */