From 6fba824435db12cca8cdc08cc49cca066f6ab38f Mon Sep 17 00:00:00 2001 From: avolkov Date: Sat, 20 Sep 2003 01:20:21 +0000 Subject: [PATCH] Added video player and .duk audio/video decoders; Code will attempt playing intro and victory movies (video playback support phase 2) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1251 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/msvc++/UrQuanMasters.dsp | 56 ++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/sc2/src/msvc++/UrQuanMasters.dsp b/sc2/src/msvc++/UrQuanMasters.dsp index f5405e59d..4e544e55e 100644 --- a/sc2/src/msvc++/UrQuanMasters.dsp +++ b/sc2/src/msvc++/UrQuanMasters.dsp @@ -486,6 +486,14 @@ SOURCE=..\sc2code\libs\sound\decoders\wav.c SOURCE=..\sc2code\libs\sound\decoders\wav.h # End Source File +# Begin Source File + +SOURCE=..\sc2code\libs\sound\decoders\dukaud.c +# End Source File +# Begin Source File + +SOURCE=..\sc2code\libs\sound\decoders\dukaud.h +# End Source File # Begin Group "mikmod" # PROP Default_Filter "" @@ -645,6 +653,10 @@ SOURCE=..\sc2code\libs\sound\trackplayer.h # End Source File # Begin Source File +SOURCE=..\sc2code\libs\sound\trackint.h +# End Source File +# Begin Source File + SOURCE=..\sc2code\libs\sound\music.c # End Source File # Begin Source File @@ -699,10 +711,54 @@ SOURCE=..\sc2code\libs\strings\strintrn.h # Begin Group "video" # PROP Default_Filter "" +# Begin Group "sdl video" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\sc2code\libs\video\sdl\sdlvideo.c +# End Source File +# Begin Source File + +SOURCE=..\sc2code\libs\video\sdl\sdlvideo.h +# End Source File +# End Group # Begin Source File SOURCE=..\sc2code\libs\video\vfileins.c # End Source File +# Begin Source File + +SOURCE=..\sc2code\libs\video\video.c +# End Source File +# Begin Source File + +SOURCE=..\sc2code\libs\video\video.h +# End Source File +# Begin Source File + +SOURCE=..\sc2code\libs\video\videodec.c +# End Source File +# Begin Source File + +SOURCE=..\sc2code\libs\video\videodec.h +# End Source File +# Begin Source File + +SOURCE=..\sc2code\libs\video\vidplayer.c +# End Source File +# Begin Source File + +SOURCE=..\sc2code\libs\video\vidplayer.h +# End Source File +# Begin Source File + +SOURCE=..\sc2code\libs\video\dukvid.c +# End Source File +# Begin Source File + +SOURCE=..\sc2code\libs\video\dukvid.h +# End Source File # End Group # Begin Group "threads"