From 6ea2c23869bdb0fe6b96fb59c58b71c00f794bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Moutte?= Date: Sun, 9 Apr 2006 18:30:51 +0000 Subject: ext/neon/gstneonhttpsrc.c: remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32) Original commit message from CVS: * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start): remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32) * sys/directdraw/gstdirectdrawsink.c: * sys/directsound/gstdirectsoundsink.c: done some cleans in sources * win32/vs6: add project files for neon, qtdemux --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ca4658e5..662d19b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-04-09 Sebastien Moutte + + * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start): + remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32) + * sys/directdraw/gstdirectdrawsink.c: + * sys/directsound/gstdirectsoundsink.c: + done some cleans in sources + * win32/vs6: + add project files for neon, qtdemux + 2006-04-08 Stefan Kost * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init): -- cgit v1.2.1