summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r--documentation/ref-manual/technical-details.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 2df36521c2..bd4ad8f21f 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -1378,7 +1378,6 @@
1378 <literallayout class='monospaced'> 1378 <literallayout class='monospaced'>
1379 COMMERCIAL_AUDIO_PLUGINS ?= "" 1379 COMMERCIAL_AUDIO_PLUGINS ?= ""
1380 COMMERCIAL_VIDEO_PLUGINS ?= "" 1380 COMMERCIAL_VIDEO_PLUGINS ?= ""
1381 COMMERCIAL_QT = ""
1382 </literallayout> 1381 </literallayout>
1383 If you want to enable these components, you can do so by making sure you have 1382 If you want to enable these components, you can do so by making sure you have
1384 statements similar to the following 1383 statements similar to the following
@@ -1388,7 +1387,6 @@
1388 gst-plugins-ugly-mpegaudioparse" 1387 gst-plugins-ugly-mpegaudioparse"
1389 COMMERCIAL_VIDEO_PLUGINS = "gst-plugins-ugly-mpeg2dec \ 1388 COMMERCIAL_VIDEO_PLUGINS = "gst-plugins-ugly-mpeg2dec \
1390 gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse" 1389 gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse"
1391 COMMERCIAL_QT ?= "qmmp"
1392 LICENSE_FLAGS_WHITELIST = "commercial_gst-plugins-ugly commercial_gst-plugins-bad commercial_qmmp" 1390 LICENSE_FLAGS_WHITELIST = "commercial_gst-plugins-ugly commercial_gst-plugins-bad commercial_qmmp"
1393 </literallayout> 1391 </literallayout>
1394 Of course, you could also create a matching whitelist 1392 Of course, you could also create a matching whitelist
@@ -1406,9 +1404,8 @@
1406 Specifying audio and video plug-ins as part of the 1404 Specifying audio and video plug-ins as part of the
1407 <filename>COMMERCIAL_AUDIO_PLUGINS</filename> and 1405 <filename>COMMERCIAL_AUDIO_PLUGINS</filename> and
1408 <filename>COMMERCIAL_VIDEO_PLUGINS</filename> statements 1406 <filename>COMMERCIAL_VIDEO_PLUGINS</filename> statements
1409 or commercial Qt components as part of 1407 (along with the enabling
1410 the <filename>COMMERCIAL_QT</filename> statement (along 1408 <filename>LICENSE_FLAGS_WHITELIST</filename>) includes the
1411 with the enabling <filename>LICENSE_FLAGS_WHITELIST</filename>) includes the
1412 plug-ins or components into built images, thus adding 1409 plug-ins or components into built images, thus adding
1413 support for media formats or components. 1410 support for media formats or components.
1414 </para> 1411 </para>