diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2003-12-13 11:35:07 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2003-12-13 11:35:07 +0000 |
commit | 6e8e94faf64728ff0124b0ccbe67071264153ec6 (patch) | |
tree | 5e07043ebcb9a0150272024b70498042870a0e97 /win32/xineplug_inp_http.dsp | |
parent | d8a33d0e2516597b8a337ad65a9c9526d07fed28 (diff) | |
download | xine-lib-6e8e94faf64728ff0124b0ccbe67071264153ec6.tar.gz xine-lib-6e8e94faf64728ff0124b0ccbe67071264153ec6.tar.bz2 |
Update win32 MSVC build:
* internal names cleanup
* http input plugin uses http_helper.c
* fix change in audio_directx
* MSVC stoped compile xineui because of 'this', mysterious
* change non-constand array lengths to malloc/free,
it good for such old compilers as my MSVC 6.0
* change lprintf macro for MSVC to compile again
(I don't know, how use variable number of macro arguments in MSVC...)
* merge compiling of xine-utils and xine-engine
CVS patchset: 5902
CVS date: 2003/12/13 11:35:07
Diffstat (limited to 'win32/xineplug_inp_http.dsp')
-rwxr-xr-x | win32/xineplug_inp_http.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/xineplug_inp_http.dsp b/win32/xineplug_inp_http.dsp index 5a76de478..a0160ae3c 100755 --- a/win32/xineplug_inp_http.dsp +++ b/win32/xineplug_inp_http.dsp @@ -95,6 +95,10 @@ LINK32=link.exe # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
+SOURCE=..\src\input\http_helper.c
+# End Source File
+# Begin Source File
+
SOURCE=..\src\input\input_http.c
# End Source File
# Begin Source File
|