commit b89fd7e8a71854aa4db0ce7ff9dd3cf99f1a5fac
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jun 16 16:09:31 2018 +0100
Make libplacebo x86 only due to vulkan changes
vlc.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/vlc.spec b/vlc.spec
index 2dc63ed..8b9cf78 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -123,7 +123,9 @@ BuildRequires: libtheora-devel
BuildRequires: libtiger-devel
BuildRequires: libtiff-devel
BuildRequires: pkgconfig(libjpeg)
+%ifarch x86_64 i686
BuildRequires: pkgconfig(libplacebo)
+%endif
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(libvncclient)
BuildRequires: libupnp-devel
@@ -567,6 +569,7 @@ fi || :
%changelog
* Sat Jun 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.3-4
- Rebuild for new libass version
+- Make libplacebo x86 only due to vulkan changes
* Sat Jun 02 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.3-3
- Fix build against Qt 5.11
Show replies by date