Hi Mike,

Mike Frysinger wrote:
The dist has an "ogg123" option but this option, like the cake, is a lie.
There is a real "ogg123" application out there, but this isn't it, nor
does it even install a binary named "ogg123".  It does however install a
binary named "oggplay", so let's use that.

Signed-off-by: Mike Frysinger <vap...@gentoo.org>

Applied.

Thanks
Greg



 user/Kconfig  |    4 ++--
 user/Makefile |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/user/Kconfig b/user/Kconfig
index 6698e6d..ea3e8a7 100644
--- a/user/Kconfig
+++ b/user/Kconfig
@@ -3592,8 +3592,8 @@ config USER_MP3PLAY_SWAP_WD
        help
          Swap the meaning of the -w and -d command line options.
-config USER_OGGPLAY_OGG123
-       bool "ogg123"
+config USER_OGGPLAY_OGGPLAY
+       bool "oggplay"
config USER_OGGPLAY_EXAMPLE
        bool "ivorbisfile_example"
diff --git a/user/Makefile b/user/Makefile
index 9a7acc4..16a82d3 100644
--- a/user/Makefile
+++ b/user/Makefile
@@ -263,7 +263,7 @@ dir_$(CONFIG_USER_NULL_NULL)                += null
 dir_$(CONFIG_USER_NWSH_SH)                  += nwsh
 dir_$(CONFIG_USER_MSH_SH)                   += msh
 dir_$(CONFIG_USER_OGGPLAY_EXAMPLE)          += oggplay
-dir_$(CONFIG_USER_OGGPLAY_OGG123)           += oggplay
+dir_$(CONFIG_USER_OGGPLAY_OGGPLAY)          += oggplay
 dir_$(CONFIG_USER_OPENSSL_APPS)             += openssl
 dir_$(CONFIG_USER_OPENSWAN)                 += openswan
 dir_$(CONFIG_USER_OPENVPN_OPENVPN)          += openvpn

--
------------------------------------------------------------------------
Greg Ungerer  --  Principal Engineer        EMAIL:     g...@snapgear.com
SnapGear, a McAfee Company                  PHONE:       +61 7 3435 2888
825 Stanley St,                             FAX:         +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia         WEB: http://www.SnapGear.com
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to