mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
Missing l in libcdxa
Original commit message from CVS: Missing l in libcdxa
This commit is contained in:
parent
1448aabfac
commit
bd1af07b5c
1 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ plugins.
|
||||||
%prep
|
%prep
|
||||||
%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-DEBUG
|
||||||
|
|
||||||
if [ "$SMP" != "" ]; then
|
if [ "$SMP" != "" ]; then
|
||||||
(make "MAKE=make -k -j $SMP"; exit 0)
|
(make "MAKE=make -k -j $SMP"; exit 0)
|
||||||
|
@ -638,7 +638,7 @@ Video CD parsing and playback
|
||||||
%files -n gstreamer-vcd
|
%files -n gstreamer-vcd
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{prefix}/lib/gst/libvcd*
|
%{prefix}/lib/gst/libvcd*
|
||||||
%{prefix}/lib/gst/ibgstcdxa*
|
%{prefix}/lib/gst/libgstcdxa*
|
||||||
|
|
||||||
%package -n gstreamer-ladspa
|
%package -n gstreamer-ladspa
|
||||||
Summary: Gstreamer wrapper for LADSPA plugins
|
Summary: Gstreamer wrapper for LADSPA plugins
|
||||||
|
@ -764,7 +764,7 @@ Mgpegtools based encoding and decoding plugin
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{prefix}/lib/gst/libgstjpegmmx*
|
%{prefix}/lib/gst/libgstjpegmmx*
|
||||||
|
|
||||||
%post -n gstreamer-gstreamer-jpegmmx
|
%post -n gstreamer-jpegmmx
|
||||||
%{prefix}/bin/gst-register --gst-mask=0
|
%{prefix}/bin/gst-register --gst-mask=0
|
||||||
|
|
||||||
%package -n gstreamer-plugin-libs
|
%package -n gstreamer-plugin-libs
|
||||||
|
|
Loading…
Reference in a new issue