# HG changeset patch # User reimar # Date 1258481298 0 # Node ID 9112683a9a02de5ce3adb63baa6500ca8d292a22 # Parent 306e614b92cb62cee31148df5e248de656ae43b6 Enable the read-based forward seek fallback also when CONFIG_NETWORK is enabled. Enabling network support should not have side-effects on code not really related to networking. diff -r 306e614b92cb -r 9112683a9a02 stream/stream.c --- a/stream/stream.c Tue Nov 17 18:05:54 2009 +0000 +++ b/stream/stream.c Tue Nov 17 18:08:18 2009 +0000 @@ -331,8 +331,9 @@ mp_msg(MSGT_STREAM,MSGL_INFO,"Stream not seekable!\n"); return 1; } + break; } -#else +#endif if(newpospos){ mp_msg(MSGT_STREAM,MSGL_INFO,"Cannot seek backward in linear streams!\n"); return 1; @@ -340,7 +341,6 @@ while(s->pos