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 <[email protected]> --- 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 -- 1.6.2 _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
