diff options
Diffstat (limited to 'media/build/media_player.vcproj')
-rw-r--r-- | media/build/media_player.vcproj | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/media/build/media_player.vcproj b/media/build/media_player.vcproj index e0a19c62..e0d5e14 100644 --- a/media/build/media_player.vcproj +++ b/media/build/media_player.vcproj @@ -18,7 +18,7 @@ <Configuration Name="Debug|Win32" ConfigurationType="1" - InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\coreavc_demo_sdk_20090202\using_coreavc.vsprops;$(SolutionDir)..\third_party\ffmpeg\using_ffmpeg.vsprops;$(SolutionDir)..\third_party\SDL\using_sdl.vsprops" > <Tool Name="VCPreBuildEventTool" @@ -78,7 +78,7 @@ <Configuration Name="Release|Win32" ConfigurationType="1" - InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\coreavc_demo_sdk_20090202\using_coreavc.vsprops;$(SolutionDir)..\third_party\ffmpeg\using_ffmpeg.vsprops;$(SolutionDir)..\third_party\SDL\using_sdl.vsprops" > <Tool Name="VCPreBuildEventTool" @@ -146,6 +146,14 @@ RelativePath="..\player\player.cc" > </File> + <File + RelativePath="..\player\sdl_renderer.cc" + > + </File> + <File + RelativePath="..\player\sdl_renderer.h" + > + </File> </Filter> </Files> <Globals> |