From af2988cbcef1b057772d44b9f9752be3f15960b0 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 22 Nov 2009 15:18:21 +0000 Subject: Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many name clashes, in particular with Windows headers (which define STREAM_SEEK as an enum type). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29962 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/http.c') diff --git a/stream/http.c b/stream/http.c index 498e40473c..3ebfe03d05 100644 --- a/stream/http.c +++ b/stream/http.c @@ -891,7 +891,7 @@ static int fixup_open(stream_t *stream,int seekable) { stream->type = STREAMTYPE_STREAM; if(!is_icy && !is_ultravox && seekable) { - stream->flags |= STREAM_SEEK; + stream->flags |= MP_STREAM_SEEK; stream->seek = http_seek; } stream->streaming_ctrl->bandwidth = network_bandwidth; -- cgit v1.2.3