Split video backend and UI into separate groups in MSVC project file.

Originally committed to SVN as r2942.
This commit is contained in:
Niels Martin Hansen 2009-05-16 12:46:22 +00:00
parent 0b583dcd0d
commit a312985f36
1 changed files with 37 additions and 33 deletions

View File

@ -1489,7 +1489,7 @@
</File>
</Filter>
<Filter
Name="Video"
Name="Video backend"
>
<File
RelativePath="..\..\src\keyframe.cpp"
@ -1507,30 +1507,6 @@
RelativePath="..\..\src\lavc_keyframes.h"
>
</File>
<File
RelativePath="..\..\src\video_box.cpp"
>
</File>
<File
RelativePath="..\..\src\video_box.h"
>
</File>
<File
RelativePath="..\..\src\video_context.cpp"
>
</File>
<File
RelativePath="..\..\src\video_context.h"
>
</File>
<File
RelativePath="..\..\src\video_display.cpp"
>
</File>
<File
RelativePath="..\..\src\video_display.h"
>
</File>
<File
RelativePath="..\..\src\video_frame.cpp"
>
@ -1595,14 +1571,6 @@
RelativePath="..\..\src\video_provider_manager.h"
>
</File>
<File
RelativePath="..\..\src\video_slider.cpp"
>
</File>
<File
RelativePath="..\..\src\video_slider.h"
>
</File>
</Filter>
<Filter
Name="Spellchecking"
@ -1916,6 +1884,42 @@
>
</File>
</Filter>
<Filter
Name="Video UI"
>
<File
RelativePath="..\..\src\video_box.cpp"
>
</File>
<File
RelativePath="..\..\src\video_box.h"
>
</File>
<File
RelativePath="..\..\src\video_context.cpp"
>
</File>
<File
RelativePath="..\..\src\video_context.h"
>
</File>
<File
RelativePath="..\..\src\video_display.cpp"
>
</File>
<File
RelativePath="..\..\src\video_display.h"
>
</File>
<File
RelativePath="..\..\src\video_slider.cpp"
>
</File>
<File
RelativePath="..\..\src\video_slider.h"
>
</File>
</Filter>
<File
RelativePath="..\..\src\changelog.txt"
>