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
544 B
Diff
28 lines
544 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1047,7 +1047,6 @@ libs/gst/net/Makefile
|
|
plugins/Makefile
|
|
plugins/elements/Makefile
|
|
plugins/tracers/Makefile
|
|
-po/Makefile.in
|
|
tests/Makefile
|
|
tests/benchmarks/Makefile
|
|
tests/check/Makefile
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -9,7 +9,6 @@ aclocal_DATA = gst-element-check-@GST_AP
|
|
SUBDIRS = pkgconfig \
|
|
gst libs plugins tests \
|
|
docs \
|
|
- po \
|
|
m4 \
|
|
common \
|
|
data
|
|
@@ -22,7 +21,6 @@ endif
|
|
DIST_SUBDIRS = pkgconfig \
|
|
gst libs plugins tools tests \
|
|
docs \
|
|
- po \
|
|
m4 \
|
|
common \
|
|
data
|