aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2014-11-15 10:21:38 +0100
committermontellese <montellese@xbmc.org>2015-02-16 08:04:27 +0100
commit77027837861b1b218ce6bd273de263d4bf0c4d5f (patch)
tree731b68219219faf30a247df5da36cae5c7634147 /Makefile.in
parent914236b8337b9bb1a2214b3dbee42cb5bf0712d5 (diff)
video library: add CVideoLibraryQueue and CVideoLibraryJob
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
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 \