summaryrefslogtreecommitdiffstats
path: root/xbmc/cores/dvdplayer/DVDDemuxers/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/cores/dvdplayer/DVDDemuxers/Makefile.in')
-rw-r--r--xbmc/cores/dvdplayer/DVDDemuxers/Makefile.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/xbmc/cores/dvdplayer/DVDDemuxers/Makefile.in b/xbmc/cores/dvdplayer/DVDDemuxers/Makefile.in
new file mode 100644
index 0000000..98493fe
--- /dev/null
+++ b/xbmc/cores/dvdplayer/DVDDemuxers/Makefile.in
@@ -0,0 +1,19 @@
1INCLUDES+=-I@abs_top_srcdir@/xbmc/cores/dvdplayer
2
3SRCS = DVDDemux.cpp
4SRCS += DVDDemuxBXA.cpp
5SRCS += DVDDemuxCDDA.cpp
6SRCS += DVDDemuxFFmpeg.cpp
7SRCS += DVDDemuxHTSP.cpp
8SRCS += DVDDemuxPVRClient.cpp
9SRCS += DVDDemuxShoutcast.cpp
10SRCS += DVDDemuxUtils.cpp
11SRCS += DVDDemuxVobsub.cpp
12SRCS += DVDDemuxCC.cpp
13SRCS += DVDFactoryDemuxer.cpp
14
15LIB = DVDDemuxers.a
16
17include @abs_top_srcdir@/Makefile.include
18-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))
19