commit 1dcec243d87958c2fc6585defbb9330a4a753ec3
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Sep 21 14:28:12 2018 +0200
Add missing cc
live555.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/live555.spec b/live555.spec
index 4a4bb09..936a25e 100644
--- a/live555.spec
+++ b/live555.spec
@@ -7,6 +7,8 @@ License: LGPLv2+
URL:
http://live555.com/liveMedia/
Source0: %{url}/public/live.%{version}.tar.gz
+BuildRequires: gcc-c++
+
# Packages using live555 must Requires this:
#%%{?live555_version:Requires: live555%%{?_isa} = %%{live555_version}}