diff options
author | ace20022 <ace20022@ymail.com> | 2016-04-06 09:58:27 +0200 |
---|---|---|
committer | ace20022 <ace20022@ymail.com> | 2016-04-06 09:59:23 +0200 |
commit | d3bad65ff831f15a32eb7465d13ebc40e5d2a56d (patch) | |
tree | 76e1ad5f752e37067b8b4e00567a473af993d116 /project | |
parent | 88769172ee04bff031fbcc471b22f0ec9228f4f2 (diff) |
[win32] Cleanup project files after libmpeg2 removal.
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 1 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 3a9c2651c7..b8b9a1ce7f 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -2454,7 +2454,6 @@ <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDCodecs\DVDFactoryCodec.h" /> <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDCodecs\Audio\DVDAudioCodec.h" /> <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDCodecs\Audio\DVDAudioCodecFFmpeg.h" /> - <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDCodecs\Video\DllLibMpeg2.h" /> <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDCodecs\Video\DVDVideoCodec.h" /> <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDCodecs\Video\DVDVideoCodecFFmpeg.h" /> <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDCodecs\Video\DVDVideoPPFFmpeg.h" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index f0960a93f2..725804b0c9 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -3548,9 +3548,6 @@ <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDCodecs\Audio\DVDAudioCodecFFmpeg.h"> <Filter>cores\VideoPlayer\DVDCodecs\Audio</Filter> </ClInclude> - <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDCodecs\Video\DllLibMpeg2.h"> - <Filter>cores\VideoPlayer\DVDCodecs\Video</Filter> - </ClInclude> <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDCodecs\Video\DVDVideoCodec.h"> <Filter>cores\VideoPlayer\DVDCodecs\Video</Filter> </ClInclude> |