mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
fixed the missing .so files for plug-ins problem where gstreamer-register didn't find them
Original commit message from CVS: fixed the missing .so files for plug-ins problem where gstreamer-register didn't find them
This commit is contained in:
parent
a2c03b42b6
commit
9576d6e6e4
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-01-03 Rodney Dawes <dobey@free.fr>
|
||||
|
||||
* gstreamer.spec.in: Fixed the missing plug-ins problem
|
||||
|
||||
2001-12-29 Rodney Dawes <dobey@free.fr>
|
||||
|
||||
* gstreamer.spec.in: Fixed up for the splitification
|
||||
|
|
|
@ -29,6 +29,7 @@ plugins.
|
|||
%{_bindir}/gstreamer-register
|
||||
%{_libdir}/libgst.so.*
|
||||
%{_libdir}/gst/*.so.*
|
||||
%{_libdir}/gst/*.so
|
||||
%{_mandir}/man1/gstreamer-complete.*
|
||||
%{_mandir}/man1/gstreamer-compprep.*
|
||||
%{_mandir}/man1/gstreamer-inspect.*
|
||||
|
|
Loading…
Reference in a new issue