mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
This is a partial revert of commit 60955c0a09
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
11 lines
270 B
C
11 lines
270 B
C
--- import/probe_ffmpeg.c.orig 2011-11-19 16:50:27 UTC
|
|
+++ import/probe_ffmpeg.c
|
|
@@ -120,7 +120,7 @@
|
|
|
|
translate_info(lavf_dmx_context, ipipe->probe_info);
|
|
|
|
- av_close_input_file(lavf_dmx_context);
|
|
+ avformat_close_input(lavf_dmx_context);
|
|
return;
|
|
}
|
|
|