SHA256
1
0
forked from pool/vlc

Fix build with libva 1.2.1 when doing 'full' builds

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=21
This commit is contained in:
2013-07-13 16:24:07 +00:00
committed by Git OBS Bridge
parent 4522f9be39
commit 652a86fcc9
3 changed files with 44 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ Release: 0
Source: http://download.videolan.org/vlc/%{_version}/vlc-%{_version}.tar.xz
Patch1: fix_font_path.patch
Patch3: 0001-no-return-in-non-void.patch
# PATCH-FIX-UPSTREAM vlc-vaapi.patch dimstar@opensuse.org -- Fix build with latest vaapi changes, taken from git.
Patch4: vlc-vaapi.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: aalib-devel
BuildRequires: alsa-devel
@@ -250,6 +252,7 @@ date
%setup -q -n %{name}-%{_version}
%patch1 -p1
%patch3 -p1
%patch4 -p1
rm -rf contrib
echo '********* ENDED PREP PHASE *********'
date