diff Plugins/Input/mpg123/common.c @ 1661:a588ea8ec873 trunk

[svn] Non-RTSP should compile too, ktnxbye.
author chainsaw
date Sun, 10 Sep 2006 06:40:15 -0700
parents 4c72daee66e3
children
line wrap: on
line diff
--- a/Plugins/Input/mpg123/common.c	Sat Sep 09 21:52:25 2006 -0700
+++ b/Plugins/Input/mpg123/common.c	Sun Sep 10 06:40:15 2006 -0700
@@ -400,8 +400,10 @@
         mpgdec_info->network_stream = TRUE;
         mpgdec_info->stream_type = STREAM_RTSP;
         if (mpgdec_rtsp_open(bs_filenam)) mpgdec_info->eof = TRUE;
+    } else {
+#else
+    {
 #endif
-    } else {
         if ((filept = vfs_fopen(bs_filenam, "rb")) == NULL ||
             stream_init() == -1)
             mpgdec_info->eof = TRUE;