# HG changeset patch # User chainsaw # Date 1140391085 28800 # Node ID e43b04a4e5992032d0663764161ccd1c9978134a # Parent ddec8f9931d91fe373b088dcf1e209f757e6dda3 [svn] Get mpg123 going. Nenolod promises to fix this properly soon. diff -r ddec8f9931d9 -r e43b04a4e599 Plugins/Input/mpg123/mpg123.c --- a/Plugins/Input/mpg123/mpg123.c Sun Feb 19 15:03:06 2006 -0800 +++ b/Plugins/Input/mpg123/mpg123.c Sun Feb 19 15:18:05 2006 -0800 @@ -373,9 +373,8 @@ if (!strncasecmp(filename, "http://", 7)) { return mpg123_detect_by_content_stream(filename); } - else if (strncasecmp(ext, ".mp3")) + else return (mpg123_detect_by_content(filename)); - return FALSE; } static void