Merge pull request #5101 from FernetMenta/ffmpeg-threads
[vuplus_xbmc] / xbmc / cores / dvdplayer / Makefile.in
1 CXXFLAGS+=-D__STDC_FORMAT_MACROS
2
3 SRCS  = DVDAudio.cpp
4 SRCS += DVDClock.cpp
5 SRCS += DVDDemuxSPU.cpp
6 SRCS += DVDFileInfo.cpp
7 SRCS += DVDMessage.cpp
8 SRCS += DVDMessageQueue.cpp
9 SRCS += DVDMessageTracker.cpp
10 SRCS += DVDOverlayContainer.cpp
11 SRCS += DVDOverlayRenderer.cpp
12 SRCS += DVDPlayer.cpp
13 SRCS += DVDPlayerAudio.cpp
14 SRCS += DVDPlayerSubtitle.cpp
15 SRCS += DVDPlayerTeletext.cpp
16 SRCS += DVDPlayerVideo.cpp
17 SRCS += DVDStreamInfo.cpp
18 SRCS += DVDTSCorrection.cpp
19 SRCS += Edl.cpp
20
21 LIB = DVDPlayer.a
22
23 include @abs_top_srcdir@/Makefile.include
24 -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))
25