summaryrefslogtreecommitdiff
path: root/package/gstreamer
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-04-22 19:14:34 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-23 09:47:08 +0200
commit757e9c4c2a9181514f658f54f0757d1c2d479fff (patch)
treeed64511844e638a61ff6f5b13dce83554470644d /package/gstreamer
parent5e2c17b9a3a52d31312215004e79576e5ec6f1f3 (diff)
package: kill pointless text justification
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gstreamer')
-rw-r--r--package/gstreamer/gst-ffmpeg/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gstreamer/gst-ffmpeg/Config.in b/package/gstreamer/gst-ffmpeg/Config.in
index c89070ffb..cc9b4971b 100644
--- a/package/gstreamer/gst-ffmpeg/Config.in
+++ b/package/gstreamer/gst-ffmpeg/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_GST_FFMPEG
select BR2_PACKAGE_GST_PLUGINS_BASE
help
GStreamer plugin containing one plugin with a set of elements using
- the Libav library. It contains most popular decoders as well as
+ the Libav library. It contains most popular decoders as well as
colorspace conversion elements.
This package is configured to use an internal copy of the Libav
@@ -16,7 +16,7 @@ if BR2_PACKAGE_GST_FFMPEG
config BR2_PACKAGE_GST_FFMPEG_GPL
bool "Enable GPL code"
help
- Allow use of GPL code. The resulting libs and binaries will
+ Allow use of GPL code. The resulting libs and binaries will
be under GPL.
endif