From 7c6c8d6d0cd811665ac38c2918216cef78a1040c Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 23 May 2020 12:19:57 +0200 Subject: app-shells/schily-tools: Version bump. media-video/avinfo: Patch -fno-common MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- media-video/avinfo/files/no-common.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 media-video/avinfo/files/no-common.patch (limited to 'media-video/avinfo/files/no-common.patch') diff --git a/media-video/avinfo/files/no-common.patch b/media-video/avinfo/files/no-common.patch new file mode 100644 index 00000000..32ac9a99 --- /dev/null +++ b/media-video/avinfo/files/no-common.patch @@ -0,0 +1,25 @@ +--- 1/src/avinfo.h ++++ 1/src/avinfo.h +@@ -35,11 +35,11 @@ + V_aspectX, + V_aspectY, + V_exist +-}video_enum; ++}; + + #define VIDEO_INFO_SIZE (V_exist+1) + +-enum{ ++enum audio_enum{ + A_l, + A_bits, + A_cc, +@@ -48,7 +48,7 @@ + A_ch, + A_freq, + A_exist +-}audio_enum; ++}; + + + #define AUDIO_INFO_SIZE (A_exist+1) -- cgit v1.2.3-65-gdbad