diff options
Diffstat (limited to 'xbmc/video/videosync/Makefile')
-rw-r--r-- | xbmc/video/videosync/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xbmc/video/videosync/Makefile b/xbmc/video/videosync/Makefile new file mode 100644 index 0000000000..cd8f397a05 --- /dev/null +++ b/xbmc/video/videosync/Makefile @@ -0,0 +1,9 @@ +SRCS=VideoSyncGLX.cpp \ + VideoSyncCocoa.cpp \ + VideoSyncDRM.cpp \ + VideoSyncPi.cpp \ + +LIB=videosync.a + +include ../../../Makefile.include +-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))
\ No newline at end of file |