summaryrefslogtreecommitdiff
blob: b8d9f964373423489bcee69117da80b436f92d96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
commit 245245841d3117d81cff1b560b7ac4b1aad1aa78
Author: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Date:   Sat Jul 3 19:29:01 2021 +0300

    Patch gst-plugins-bad 1.18.4 to also install opencv integration libs
    
    Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>

diff --git a/ext/meson.build b/ext/meson.build
index 2cbddbf82..c70a07bbe 100644
--- a/ext/meson.build
+++ b/ext/meson.build
@@ -58,7 +58,6 @@ subdir('ttml')
 subdir('voaacenc')
 subdir('voamrwbenc')
 subdir('vulkan')
-subdir('wayland')
 subdir('webrtc')
 subdir('webrtcdsp')
 subdir('webp')
diff --git a/gst-libs/gst/meson.build b/gst-libs/gst/meson.build
index 6cbed6c6c..d44943189 100644
--- a/gst-libs/gst/meson.build
+++ b/gst-libs/gst/meson.build
@@ -1,22 +1 @@
-subdir('uridownloader')
-
-subdir('adaptivedemux')
-subdir('audio')
-subdir('basecamerabinsrc')
-subdir('codecparsers')
-subdir('codecs')
-subdir('d3d11')
-subdir('insertbin')
-subdir('interfaces')
-subdir('isoff')
-subdir('mpegts')
 subdir('opencv')
-subdir('play')
-subdir('player')
-subdir('sctp')
-subdir('transcoder')
-subdir('va')
-subdir('vulkan')
-subdir('wayland')
-subdir('webrtc')
-subdir('winrt')
diff --git a/meson.build b/meson.build
index e456c32da..cfa265061 100644
--- a/meson.build
+++ b/meson.build
@@ -484,23 +484,11 @@ pkgconfig_variables = ['exec_prefix=${prefix}',
 
 pkgconfig_subdirs = ['gstreamer-1.0']

-pkgconfig.generate(
-  libraries : [gst_dep],
-  variables : pkgconfig_variables,
-  subdirs : pkgconfig_subdirs,
-  name : 'gstreamer-plugins-bad-1.0',
-  description : 'Streaming media framework, bad plugins libraries',
-)
-
 gpl_allowed = get_option('gpl').allowed()
 
 subdir('gst-libs')
-subdir('gst')
 subdir('sys')
 subdir('ext')
-subdir('tests')
-subdir('data')
-subdir('tools')
 
 if have_orcc
   update_orc_dist_files = find_program('scripts/update-orc-dist-files.py')
@@ -528,7 +524,6 @@ endif
 # xgettext is optional (on Windows for instance)
 if find_program('xgettext', required : get_option('nls')).found()
   cdata.set('ENABLE_NLS', 1)
-  subdir('po')
 endif
 
 subdir('scripts')
diff --git a/sys/meson.build b/sys/meson.build
index cf39e5770..31d943d4b 100644
--- a/sys/meson.build
+++ b/sys/meson.build
@@ -17,7 +17,6 @@ subdir('mediafoundation')
 subdir('msdk')
 subdir('nvcodec')
 subdir('opensles')
-subdir('shm')
 subdir('tinyalsa')
 subdir('uvch264')
 subdir('v4l2codecs')