31 lines
856 B
Diff
31 lines
856 B
Diff
|
diff -u --recursive gstreamer-1.6.2-vanilla/configure.ac gstreamer-1.6.2/configure.ac
|
||
|
--- gstreamer-1.6.2-vanilla/configure.ac 2016-01-01 10:40:18.040768907 -0500
|
||
|
+++ gstreamer-1.6.2/configure.ac 2016-01-01 10:48:24.160887684 -0500
|
||
|
@@ -980,7 +980,6 @@
|
||
|
libs/gst/net/Makefile
|
||
|
plugins/Makefile
|
||
|
plugins/elements/Makefile
|
||
|
-po/Makefile.in
|
||
|
tests/Makefile
|
||
|
tests/benchmarks/Makefile
|
||
|
tests/check/Makefile
|
||
|
diff -u --recursive gstreamer-1.6.2-vanilla/Makefile.am gstreamer-1.6.2/Makefile.am
|
||
|
--- gstreamer-1.6.2-vanilla/Makefile.am 2016-01-01 10:40:18.040768907 -0500
|
||
|
+++ gstreamer-1.6.2/Makefile.am 2016-01-01 10:48:19.150568341 -0500
|
||
|
@@ -9,7 +9,6 @@
|
||
|
SUBDIRS = pkgconfig \
|
||
|
gst libs plugins tests \
|
||
|
docs \
|
||
|
- po \
|
||
|
m4 \
|
||
|
common \
|
||
|
data
|
||
|
@@ -22,7 +21,6 @@
|
||
|
DIST_SUBDIRS = pkgconfig \
|
||
|
gst libs plugins tools tests \
|
||
|
docs \
|
||
|
- po \
|
||
|
m4 \
|
||
|
common \
|
||
|
data
|