mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
Add missing source file for tagger to Makefile and update spec file
This commit is contained in:
parent
140283c12b
commit
658388c57b
2 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,7 @@ libgsttaginclude_HEADERS = \
|
|||
|
||||
lib_LTLIBRARIES = libgsttag-@GST_MAJORMINOR@.la
|
||||
|
||||
libgsttag_@GST_MAJORMINOR@_la_SOURCES = gstvorbistag.c gstid3tag.c lang.c tags.c gsttagdemux.c
|
||||
libgsttag_@GST_MAJORMINOR@_la_SOURCES = gstvorbistag.c gstid3tag.c lang.c tags.c gsttagdemux.c lang-tables.c
|
||||
libgsttag_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgsttag_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgsttag_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||
|
|
|
@ -55,7 +55,7 @@ plug-ins.
|
|||
export DOCS_ARE_INCOMPLETE_PLEASE_FIXME=0
|
||||
%build
|
||||
%configure \
|
||||
--enable-gtk-doc
|
||||
--enable-gtk-doc --enable-introspection=no
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
@ -117,7 +117,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstaudiotestsrc.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstgdp.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstqueue2.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstapp.so
|
||||
|
||||
# Here are packages not in the base plugins package but not dependant
|
||||
|
|
Loading…
Reference in a new issue