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, 0 insertions, 19 deletions
diff --git a/xbmc/cores/dvdplayer/DVDDemuxers/Makefile.in b/xbmc/cores/dvdplayer/DVDDemuxers/Makefile.in
deleted file mode 100644
index 98493fe..0000000
--- a/xbmc/cores/dvdplayer/DVDDemuxers/Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
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