Skip to content

Commit

Permalink
use nasm for libvpx
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 8, 2021
1 parent fbf9628 commit 1dc3fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packaging/rpm/libvpx-xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ URL: http://www.webmproject.org/code/
Source0: https://github.com/webmproject/libvpx/archive/v%{version}/libvpx-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires: yasm
BuildRequires: nasm
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: make
Expand Down Expand Up @@ -51,7 +51,7 @@ exit 1
./configure \
--prefix="%{_prefix}" \
--libdir="%{_libdir}/xpra" \
--as=yasm \
--as=nasm \
--enable-pic \
%if 0%{?el6}
--disable-libyuv \
Expand Down

0 comments on commit 1dc3fd8

Please sign in to comment.