projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e99a9b2
)
libmpeg2: fix Config.in indentation/typo
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 6 Oct 2010 15:30:52 +0000
(17:30 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 6 Oct 2010 15:30:52 +0000
(17:30 +0200)
Thanks to Thomas for noticing.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/libmpeg2/Config.in
patch
|
blob
|
history
diff --git
a/package/multimedia/libmpeg2/Config.in
b/package/multimedia/libmpeg2/Config.in
index a3fafb0c69ec8f6f29ba8ac93c29f2621fa6aced..3694689a926624c2fd7baa9f504b6337578f04dd 100644
(file)
--- a/
package/multimedia/libmpeg2/Config.in
+++ b/
package/multimedia/libmpeg2/Config.in
@@
-6,8
+6,8
@@
config BR2_PACKAGE_LIBMPEG2
http://libmpeg2.sourceforge.net/
config BR2_PACKAGE_LIBMPEG2_BINS
- bool "mpeg2 binaries"
- depends on BR2_PACKAGE_LIBMPEG2
- help
- Install mpeg2dec, corrupt_mpeg2 and extrac_mpeg2 programs as
- well.
+ bool "mpeg2 binaries"
+ depends on BR2_PACKAGE_LIBMPEG2
+ help
+ Install mpeg2dec, corrupt_mpeg2 and extrac
t
_mpeg2 programs as
+
well.