From 967ca94de2a69136aa1d3390457d2a258d436bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Fri, 12 Oct 2018 02:41:35 +0100 Subject: [PATCH] Add BuildRequires: gcc-c++ --- mjpegtools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mjpegtools.spec b/mjpegtools.spec index dba0af8..f6faa01 100644 --- a/mjpegtools.spec +++ b/mjpegtools.spec @@ -1,6 +1,6 @@ Name: mjpegtools Version: 2.1.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Tools to manipulate MPEG data Group: Applications/Multimedia License: GPLv2 @@ -10,6 +10,7 @@ Patch0: mjpegtools-2.1.0-sdl-cflags.patch Patch1: mjpegtools-2.1.0-no_format.patch Patch2: mjpegtools-2.1.0-pic.patch +BuildRequires: gcc-c++ BuildRequires: libjpeg-devel BuildRequires: nasm BuildRequires: libdv-devel @@ -188,6 +189,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/mpegtranscode %changelog +* Fri Oct 12 2018 Sérgio Basto - 2.1.0-12 +- Add BuildRequires: gcc-c++ + * Fri Oct 12 2018 Sérgio Basto - 2.1.0-11 - Build with libquicktime again