diff options
author | Sébastien Moutte <sebastien@moutte.net> | 2006-04-29 15:36:16 +0000 |
---|---|---|
committer | Sébastien Moutte <sebastien@moutte.net> | 2006-04-29 15:36:16 +0000 |
commit | b840a153aff1d4bad63dadd9c4824a231643abe8 (patch) | |
tree | db508b9c54a359597871e81cf5ed3b68607c830f /win32 | |
parent | b203f4cee76075d43055e3b1d7dc31c444c28837 (diff) | |
download | gstreamer-plugins-bad-b840a153aff1d4bad63dadd9c4824a231643abe8.tar.gz |
ext/neon/gstneonhttpsrc.*: added iradio-mode support as in gnomevfssrc to enable connections with icydemux that will ...
Original commit message from CVS:
* ext/neon/gstneonhttpsrc.c:
* ext/neon/gstneonhttpsrc.h:
added iradio-mode support as in gnomevfssrc to enable
connections with icydemux that will send title tag messages on
shoutcast/icecast streams. I've also added iradio properties
iradio-name, iradio-genre, iradio-url.
added user-agent property because some shoutcast streams don't return
data if the GET requests don't have a User-Agent.
* win32/common/libgstneon.dsp:
use debug version of libneon in debug mode
Diffstat (limited to 'win32')
-rw-r--r-- | win32/vs6/libgstneon.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/vs6/libgstneon.dsp b/win32/vs6/libgstneon.dsp index 9800060a8..3c4399f3b 100644 --- a/win32/vs6/libgstneon.dsp +++ b/win32/vs6/libgstneon.dsp @@ -84,7 +84,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 ws2_32.lib libneon.lib libgstreamer-0.10.lib libgstbase-0.10.lib glib-2.0D.lib gobject-2.0D.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"../../../gstreamer/win32/vs6/debug" /libpath:"../../../gst-plugins-base/win32/vs6/debug" /libpath:"./debug" +# ADD LINK32 ws2_32.lib libneonD.lib libgstreamer-0.10.lib libgstbase-0.10.lib glib-2.0D.lib gobject-2.0D.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"../../../gstreamer/win32/vs6/debug" /libpath:"../../../gst-plugins-base/win32/vs6/debug" /libpath:"./debug" # Begin Special Build Tool TargetPath=.\Debug\libgstneon.dll SOURCE="$(InputPath)" |