mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
fix problem with gst-feedback
Original commit message from CVS: fix problem with gst-feedback
This commit is contained in:
parent
e3bf13106d
commit
a95e645edc
2 changed files with 1 additions and 2 deletions
|
@ -146,7 +146,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_bindir}/gst-register-%{majorminor}
|
||||
%{_bindir}/gst-xmllaunch-%{majorminor}
|
||||
%{_bindir}/gst-typefind-%{majorminor}
|
||||
%{_bindir}/gst-feedback*
|
||||
%{_mandir}/man1/gst-xmlinspect-%{majorminor}.*
|
||||
%{_mandir}/man1/gst-xmllaunch-%{majorminor}.*
|
||||
%{_mandir}/man1/gst-complete-%{majorminor}.*
|
||||
|
|
|
@ -37,7 +37,7 @@ bin_PROGRAMS = \
|
|||
$(GST_REGISTRY_SRC) $(GST_REGISTRY_SRC_V) \
|
||||
$(GST_LOADSAVE_SRC) $(GST_LOADSAVE_SRC_V) \
|
||||
$(GST_OTHER_SRC) $(GST_OTHER_SRC_V)
|
||||
bin_SCRIPTS = gst-feedback-@GST_MAJORMINOR@
|
||||
bin_SCRIPTS =
|
||||
|
||||
# make sure each versioned tool has the right source file and flags
|
||||
if !GST_DISABLE_REGISTRY
|
||||
|
|
Loading…
Reference in a new issue