ports/multimedia/mplayer/files/patch-stream-cookies.c
Pav Lucistnik eef1f22e09 - Update to 1.0rc1, which brings goodies like native WMV9/VC-1 playback, faster
h.264 decoding, ability to switch audio stream during DVD playback and much
  more

Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
Thanks to:	itetcu
2006-11-20 22:58:17 +00:00

13 lines
268 B
C

--- stream/cookies.c.orig Mon Oct 23 00:32:25 2006
+++ stream/cookies.c Tue Oct 24 21:52:00 2006
@@ -21,6 +21,10 @@
#define MAX_COOKIES 20
+#ifndef SIZE_MAX
+#define SIZE_MAX ((size_t)-1)
+#endif
+
char *cookies_file = NULL;
typedef struct cookie_list_type {