Update gstreamer to the 1.10 stable branch; select latest stable 1.10.5 See https://gstreamer.freedesktop.org/releases/1.10/ for major new features and bugfixes Fix dependencies Refresh patches Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
30 lines
619 B
Diff
30 lines
619 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -940,11 +940,6 @@ pkgconfig/gstreamer-video.pc
|
|
pkgconfig/gstreamer-video-uninstalled.pc
|
|
pkgconfig/gstreamer-plugins-base.pc
|
|
pkgconfig/gstreamer-plugins-base-uninstalled.pc
|
|
-docs/Makefile
|
|
-docs/design/Makefile
|
|
-docs/libs/Makefile
|
|
-docs/plugins/Makefile
|
|
-docs/version.entities
|
|
common/Makefile
|
|
common/m4/Makefile
|
|
m4/Makefile
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -11,13 +11,11 @@ SUBDIRS = \
|
|
gst-libs \
|
|
gst sys $(SUBDIRS_EXT) \
|
|
tools \
|
|
- docs \
|
|
common \
|
|
m4
|
|
|
|
DIST_SUBDIRS = \
|
|
pkgconfig \
|
|
- docs \
|
|
gst-libs \
|
|
gst sys ext \
|
|
tools \
|