Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added configure options and builddeps to support HEVC in the RPM Build
  • Loading branch information
ncorrare authored and perexg committed Oct 1, 2015
1 parent 70b6aab commit da8eb03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpm/tvheadend.spec.in
Expand Up @@ -21,6 +21,7 @@ BuildRequires: avahi-devel
BuildRequires: avahi-libs
BuildRequires: openssl-devel
BuildRequires: wget python git
BuildRequires: cmake

Requires: systemd-units

Expand All @@ -40,7 +41,7 @@ echo %{version}-%{release} > %{_builddir}/%{buildsubdir}/rpm/version
%ifarch %arm
%configure --disable-lockowner --enable-bundle --disable-libffmpeg_static
%else
%configure --disable-lockowner --enable-bundle --enable-libffmpeg_static
%configure --disable-lockowner --enable-bundle --enable-libffmpeg_static --enable-libx265
%endif
%{__make} %{?_smp_mflags}

Expand Down

0 comments on commit da8eb03

Please sign in to comment.