Missing bracket in gstreamer patch
This commit is contained in:
parent
1c7ddff971
commit
26040f2507
@ -100,10 +100,10 @@ index 751b38d..251df34 100644
|
||||
}
|
||||
|
||||
diff --git a/qtmultimedia.pro b/qtmultimedia.pro
|
||||
index cf97e64..48a71ce 100644
|
||||
index cf97e64..cf58d63 100644
|
||||
--- a/qtmultimedia.pro
|
||||
+++ b/qtmultimedia.pro
|
||||
@@ -17,12 +17,27 @@ win32 {
|
||||
@@ -17,11 +17,27 @@ win32 {
|
||||
} else {
|
||||
contains(QT_CONFIG, alsa):qtCompileTest(alsa)
|
||||
contains(QT_CONFIG, pulseaudio):qtCompileTest(pulseaudio)
|
||||
@ -112,7 +112,6 @@ index cf97e64..48a71ce 100644
|
||||
- qtCompileTest(gstreamer_encodingprofiles)
|
||||
- qtCompileTest(gstreamer_appsrc)
|
||||
- qtCompileTest(linux_v4l)
|
||||
- }
|
||||
+ !done_config_gstreamer {
|
||||
+ gstver=0.10
|
||||
+ !isEmpty(GST_VERSION): gstver=$$GST_VERSION
|
||||
@ -134,9 +133,9 @@ index cf97e64..48a71ce 100644
|
||||
+ qtCompileTest(linux_v4l)
|
||||
+ }
|
||||
+ }
|
||||
}
|
||||
qtCompileTest(resourcepolicy)
|
||||
qtCompileTest(gpu_vivante)
|
||||
}
|
||||
diff --git a/src/gsttools/gsttools.pro b/src/gsttools/gsttools.pro
|
||||
index 7c809a7..7c41f1a 100644
|
||||
--- a/src/gsttools/gsttools.pro
|
||||
|
Loading…
Reference in New Issue
Block a user