diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2014-10-17 08:55:16 +0200 |
---|---|---|
committer | Rainer Hochecker <fernetmenta@online.de> | 2014-10-31 21:45:03 +0100 |
commit | ce924e98a4f6be2e31dec8fa5846307cbe56f273 (patch) | |
tree | 08feb0577fc90f9bae9abe3874a2d21fc108db5a /Makefile.in | |
parent | eda7cc530f9770879a771252179fe4872b878ddf (diff) |
videorefclock: refactoring
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 bd28e52ff2..1ce9039ac6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -96,6 +96,7 @@ DIRECTORY_ARCHIVES=$(DVDPLAYER_ARCHIVES) \ xbmc/storage/storage.a \ xbmc/utils/utils.a \ xbmc/video/dialogs/videodialogs.a \ + xbmc/video/videosync/videosync.a \ xbmc/video/video.a \ xbmc/video/windows/videowindows.a \ xbmc/view/view.a \ |