diff options
author | montellese <montellese@xbmc.org> | 2014-11-15 10:21:38 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2015-02-16 08:04:27 +0100 |
commit | 77027837861b1b218ce6bd273de263d4bf0c4d5f (patch) | |
tree | 731b68219219faf30a247df5da36cae5c7634147 /Makefile.in | |
parent | 914236b8337b9bb1a2214b3dbee42cb5bf0712d5 (diff) |
video library: add CVideoLibraryQueue and CVideoLibraryJob
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 6539711c05..0c6ad606fa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -92,6 +92,7 @@ DIRECTORY_ARCHIVES=$(DVDPLAYER_ARCHIVES) \ xbmc/storage/storage.a \ xbmc/utils/utils.a \ xbmc/video/dialogs/videodialogs.a \ + xbmc/video/jobs/video-jobs.a \ xbmc/video/videosync/videosync.a \ xbmc/video/video.a \ xbmc/video/windows/videowindows.a \ |