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)
commit6ea2c23869bdb0fe6b96fb59c58b71c00f794bfc
tree8ddd13199548672373c19bfba76c5ca6db8e1f7d
parent078324cd8286894acbdac049de2d404bbd397b4e
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
ext/neon/gstneonhttpsrc.c
win32/vs6/gst_plugins_bad.dsw
win32/vs6/libgstneon.dsp [new file with mode: 0644]
win32/vs6/libgstqtdemux.dsp [new file with mode: 0644]