diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | gst-plugins-bad.spec.in | 4 |
3 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,12 @@ +2008-11-14 Christian Schaller <christian.schaller@collabora.co.uk> + + * configure.ac: remove experimental build check, -bad is experimental + in itself and putting a plugin with a low rank, in the -bad sandbox + module demanding people pass --enable-experimental to build is just + like putting butter on lard (Rob tells me the English equivalent to + that expression is 'over egging the pudding'). + * gst-plugins-bad.spec.in: add three latest plugin additions + 2008-11-14 Stefan Kost <ensonic@users.sf.net> * gst-libs/gst/play/.cvsignore: diff --git a/configure.ac b/configure.ac index 45279768..33032625 100644 --- a/configure.ac +++ b/configure.ac @@ -634,7 +634,6 @@ return 0; ]) dnl *** dvdnav for resindvd *** -USE_DVDNAV=$BUILD_EXPERIMENTAL translit(dnm, m, l) AM_CONDITIONAL(USE_DVDNAV, true) AG_GST_CHECK_FEATURE(DVDNAV, [dvdnav library], resindvd, [ translit(dnm, m, l) AC_SUBST(DVDNAV_LIBS) diff --git a/gst-plugins-bad.spec.in b/gst-plugins-bad.spec.in index 4b31db41..38345f18 100644 --- a/gst-plugins-bad.spec.in +++ b/gst-plugins-bad.spec.in @@ -115,7 +115,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-%{majorminor}/libgstflv.so %{_libdir}/gstreamer-%{majorminor}/libgstjp2k.so %{_libdir}/gstreamer-%{majorminor}/libgstapexsink.so - +%{_libdir}/gstreamer-%{majorminor}/libgstaacparse.so +%{_libdir}/gstreamer-%{majorminor}/libgstamrparse.so +%{_libdir}/gstreamer-%{majorminor}/libgstqtmux.so %{_includedir}/gstreamer-%{majorminor}/gst/app/gstappbuffer.h %{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsink.h %{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsrc.h |