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
This commit is contained in:
avolkov
2003-09-20 01:20:21 +00:00
parent fc49c38865
commit 6fba824435
+56
View File
@@ -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"