]> git.pld-linux.org Git - packages/gstreamer-vaapi.git/commitdiff
- fix building of internal libvpx (configure was broken due to missing CC) auto/th/gstreamer-vaapi-0.6.0-2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 13 Sep 2015 17:36:45 +0000 (19:36 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 13 Sep 2015 17:36:45 +0000 (19:36 +0200)
- rel 2

gstreamer-vaapi.spec

index 60beba0dc997235d9dc742fba31babb74b139641..75ccecc9c8fc06e40dce525bfc796494007dc37c 100644 (file)
@@ -8,7 +8,7 @@ Summary:        GStreamer plugin to support Video Acceleration API
 Summary(pl.UTF-8):     Wtyczka GStreamera obsługująca Video Acceleration API
 Name:          gstreamer-vaapi
 Version:       0.6.0
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/%{name}-%{version}.tar.bz2
@@ -106,7 +106,11 @@ Statyczne biblioteki VA-API GStreamera.
        %{!?with_static_libs:--disable-static} \
        --with-gstreamer-api=%{gstapi}
 
-%{__make}
+%{__make} V=1 \
+       HAVE_GNU_STRIP=no \
+       CC="%{__cc}" \
+       LD="%{__cc}" \
+       LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.107196 seconds and 4 git commands to generate.