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>
28 lines
460 B
Diff
28 lines
460 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -963,7 +963,6 @@ docs/design/Makefile
|
|
docs/libs/Makefile
|
|
docs/plugins/Makefile
|
|
docs/version.entities
|
|
-po/Makefile.in
|
|
common/Makefile
|
|
common/m4/Makefile
|
|
m4/Makefile
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -13,7 +13,6 @@ SUBDIRS = \
|
|
tools \
|
|
tests \
|
|
docs \
|
|
- po \
|
|
common \
|
|
m4
|
|
|
|
@@ -24,7 +23,6 @@ DIST_SUBDIRS = \
|
|
gst sys ext \
|
|
tools \
|
|
tests \
|
|
- po \
|
|
common \
|
|
m4
|
|
|