diff options
author | Christian Schaller <christian.schaller@collabora.co.uk> | 2010-01-07 13:50:03 +0000 |
---|---|---|
committer | Christian Schaller <christian.schaller@collabora.co.uk> | 2010-01-07 13:50:03 +0000 |
commit | 658388c57b931837881b74e7bfb78685b461aaed (patch) | |
tree | 4fc1d2ee147700a9cc9ea314304e44e393e06867 | |
parent | 140283c12bac83640b2f1ba99c551c786d05ac53 (diff) |
Add missing source file for tagger to Makefile and update spec file
-rw-r--r-- | gst-libs/gst/tag/Makefile.am | 2 | ||||
-rw-r--r-- | gst-plugins-base.spec.in | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/gst-libs/gst/tag/Makefile.am b/gst-libs/gst/tag/Makefile.am index 3694e9c7..cef03c80 100644 --- a/gst-libs/gst/tag/Makefile.am +++ b/gst-libs/gst/tag/Makefile.am @@ -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) diff --git a/gst-plugins-base.spec.in b/gst-plugins-base.spec.in index 94c0148e..0e580348 100644 --- a/gst-plugins-base.spec.in +++ b/gst-plugins-base.spec.in @@ -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 |