|
@@ -0,0 +1,58 @@
|
|
1
|
+diff -u --recursive gst-plugins-bad-1.6.2-vanilla/configure.ac gst-plugins-bad-1.6.2/configure.ac
|
|
2
|
+--- gst-plugins-bad-1.6.2-vanilla/configure.ac 2016-01-01 11:58:54.503551141 -0500
|
|
3
|
++++ gst-plugins-bad-1.6.2/configure.ac 2016-01-01 11:50:38.388185503 -0500
|
|
4
|
+@@ -3355,37 +3355,6 @@
|
|
5
|
+ sys/wininet/Makefile
|
|
6
|
+ sys/winks/Makefile
|
|
7
|
+ sys/winscreencap/Makefile
|
|
8
|
+-tests/Makefile
|
|
9
|
+-tests/check/Makefile
|
|
10
|
+-tests/files/Makefile
|
|
11
|
+-tests/examples/Makefile
|
|
12
|
+-tests/examples/avsamplesink/Makefile
|
|
13
|
+-tests/examples/camerabin2/Makefile
|
|
14
|
+-tests/examples/codecparsers/Makefile
|
|
15
|
+-tests/examples/directfb/Makefile
|
|
16
|
+-tests/examples/gl/Makefile
|
|
17
|
+-tests/examples/gl/cocoa/Makefile
|
|
18
|
+-tests/examples/gl/clutter/Makefile
|
|
19
|
+-tests/examples/gl/generic/Makefile
|
|
20
|
+-tests/examples/gl/generic/cube/Makefile
|
|
21
|
+-tests/examples/gl/generic/cubeyuv/Makefile
|
|
22
|
+-tests/examples/gl/generic/doublecube/Makefile
|
|
23
|
+-tests/examples/gl/generic/recordgraphic/Makefile
|
|
24
|
+-tests/examples/gl/gtk/Makefile
|
|
25
|
+-tests/examples/gl/gtk/gtkvideooverlay/Makefile
|
|
26
|
+-tests/examples/gl/gtk/3dvideo/Makefile
|
|
27
|
+-tests/examples/gl/gtk/filternovideooverlay/Makefile
|
|
28
|
+-tests/examples/gl/gtk/filtervideooverlay/Makefile
|
|
29
|
+-tests/examples/gl/gtk/fxtest/Makefile
|
|
30
|
+-tests/examples/gl/gtk/switchvideooverlay/Makefile
|
|
31
|
+-tests/examples/gl/qt/Makefile
|
|
32
|
+-tests/examples/gl/sdl/Makefile
|
|
33
|
+-tests/examples/gtk/Makefile
|
|
34
|
+-tests/examples/mpegts/Makefile
|
|
35
|
+-tests/examples/mxf/Makefile
|
|
36
|
+-tests/examples/opencv/Makefile
|
|
37
|
+-tests/examples/uvch264/Makefile
|
|
38
|
+-tests/icles/Makefile
|
|
39
|
+ ext/voamrwbenc/Makefile
|
|
40
|
+ ext/voaacenc/Makefile
|
|
41
|
+ ext/assrender/Makefile
|
|
42
|
+diff -u --recursive gst-plugins-bad-1.6.2-vanilla/Makefile.am gst-plugins-bad-1.6.2/Makefile.am
|
|
43
|
+--- gst-plugins-bad-1.6.2-vanilla/Makefile.am 2016-01-01 11:58:54.504551169 -0500
|
|
44
|
++++ gst-plugins-bad-1.6.2/Makefile.am 2016-01-01 11:50:06.848314203 -0500
|
|
45
|
+@@ -2,11 +2,11 @@
|
|
46
|
+
|
|
47
|
+ SUBDIRS = \
|
|
48
|
+ gst-libs gst sys ext pkgconfig \
|
|
49
|
+- m4 common docs tests tools
|
|
50
|
++ m4 common docs tools
|
|
51
|
+
|
|
52
|
+ DIST_SUBDIRS = \
|
|
53
|
+ gst gst-libs sys ext pkgconfig \
|
|
54
|
+- m4 common docs tests tools
|
|
55
|
++ m4 common docs tools
|
|
56
|
+
|
|
57
|
+ # include before EXTRA_DIST for win32 assignment
|
|
58
|
+ include $(top_srcdir)/common/win32.mak
|