* [Buildroot] [PATCH] package/Config.in: fix alphabetic order
@ 2015-08-30 4:06 Baruch Siach
2015-08-30 7:44 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2015-08-30 4:06 UTC (permalink / raw)
To: buildroot
Commit ebf3a6117c58 (package/libyuv: new package, 2015-08-11) added a
reference to the libyuv Config.in file at the wrong place. Fix that.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
package/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/Config.in b/package/Config.in
index c6244b74ba45..cb548bb820d2 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -962,8 +962,8 @@ menu "Multimedia"
source "package/libopenh264/Config.in"
source "package/libplayer/Config.in"
source "package/libtheora/Config.in"
- source "package/live555/Config.in"
source "package/libyuv/Config.in"
+ source "package/live555/Config.in"
source "package/mediastreamer/Config.in"
source "package/x264/Config.in"
endmenu
--
2.5.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] package/Config.in: fix alphabetic order
2015-08-30 4:06 [Buildroot] [PATCH] package/Config.in: fix alphabetic order Baruch Siach
@ 2015-08-30 7:44 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2015-08-30 7:44 UTC (permalink / raw)
To: buildroot
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:
> Commit ebf3a6117c58 (package/libyuv: new package, 2015-08-11) added a
> reference to the libyuv Config.in file at the wrong place. Fix that.
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Committed to next, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-30 7:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-30 4:06 [Buildroot] [PATCH] package/Config.in: fix alphabetic order Baruch Siach
2015-08-30 7:44 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox