ext/neon/gstneonhttpsrc.c: remove atoll by using g_ascii_strtoull (atoll is not suppo...
authorSébastien Moutte <sebastien@moutte.net>
Sun, 9 Apr 2006 18:30:51 +0000 (18:30 +0000)
committerSébastien Moutte <sebastien@moutte.net>
Sun, 9 Apr 2006 18:30:51 +0000 (18:30 +0000)
commitcd784357f569f178104d4b18d89ada2f77e6adb3
treed699729c4152c39500a049d8bc01d8a8b941ef0d
parenta48bb4f8f2d1b417074c2005b09b8421fb3e3534
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
win32/vs6/libgstqtdemux.dsp [new file with mode: 0644]