mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 15:32:32 +00:00
critical error in alsa files it packed the dvd plugin again
Original commit message from CVS: critical error in alsa files it packed the dvd plugin again
This commit is contained in:
parent
a7dacfdc01
commit
ef01376686
1 changed files with 2 additions and 2 deletions
|
@ -486,7 +486,7 @@ Input and output plugin for the ALSA soundcard driver architecture.
|
||||||
|
|
||||||
%files -n gstreamer-alsa
|
%files -n gstreamer-alsa
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{prefix}/lib/gst/libdvd*
|
%{prefix}/lib/gst/libalsa*
|
||||||
|
|
||||||
%package -n gstreamer-libdvd
|
%package -n gstreamer-libdvd
|
||||||
Summary: GStreamer plugins for DVD playback
|
Summary: GStreamer plugins for DVD playback
|
||||||
|
@ -669,7 +669,7 @@ Library for transfering data with the RTP protocol
|
||||||
%setup
|
%setup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=$RPM_BUILD_ROOT%{prefix}/share/man
|
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=$RPM_BUILD_ROOT%{prefix}/share/man --enable-glib2
|
||||||
|
|
||||||
if [ "$SMP" != "" ]; then
|
if [ "$SMP" != "" ]; then
|
||||||
(make "MAKE=make -k -j $SMP"; exit 0)
|
(make "MAKE=make -k -j $SMP"; exit 0)
|
||||||
|
|
Loading…
Reference in a new issue