[videodb] remove unused seasons table from episode_view
[xbmc.git] / xbmc / cores / VideoPlayer / CMakeLists.txt
blob2c1042c2f5b92ba6dbd9c193821976c0f70c99f1
1 set(SOURCES AudioSinkAE.cpp
2             DVDClock.cpp
3             DVDDemuxSPU.cpp
4             DVDFileInfo.cpp
5             DVDMessage.cpp
6             DVDMessageQueue.cpp
7             DVDOverlayContainer.cpp
8             DVDStreamInfo.cpp
9             PTSTracker.cpp
10             Edl.cpp
11             VideoPlayer.cpp
12             VideoPlayerAudio.cpp
13             VideoPlayerAudioID3.cpp
14             VideoPlayerRadioRDS.cpp
15             VideoPlayerSubtitle.cpp
16             VideoPlayerTeletext.cpp
17             VideoPlayerVideo.cpp
18             VideoReferenceClock.cpp)
20 set(HEADERS AudioSinkAE.h
21             DVDClock.h
22             DVDDemuxSPU.h
23             DVDFileInfo.h
24             DVDMessage.h
25             DVDMessageQueue.h
26             DVDOverlayContainer.h
27             DVDResource.h
28             DVDStreamInfo.h
29             Edl.h
30             IVideoPlayer.h
31             PTSTracker.h
32             VideoPlayer.h
33             VideoPlayerAudio.h
34             VideoPlayerAudioID3.h
35             VideoPlayerRadioRDS.h
36             VideoPlayerSubtitle.h
37             VideoPlayerTeletext.h
38             VideoPlayerVideo.h
39             VideoReferenceClock.h
40             Interface/StreamInfo.h
41             Interface/DemuxPacket.h
42             Interface/DemuxCrypto.h
43             Interface/InputStreamConstants.h
44             Interface/TimingConstants.h)
46 core_add_library(VideoPlayer)