diff options
Diffstat (limited to 'xbmc/cores/dvdplayer/DVDDemuxers/Makefile.in')
| -rw-r--r-- | xbmc/cores/dvdplayer/DVDDemuxers/Makefile.in | 19 |
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 @@ | |||
| 1 | INCLUDES+=-I@abs_top_srcdir@/xbmc/cores/dvdplayer | ||
| 2 | |||
| 3 | SRCS = DVDDemux.cpp | ||
| 4 | SRCS += DVDDemuxBXA.cpp | ||
| 5 | SRCS += DVDDemuxCDDA.cpp | ||
| 6 | SRCS += DVDDemuxFFmpeg.cpp | ||
| 7 | SRCS += DVDDemuxHTSP.cpp | ||
| 8 | SRCS += DVDDemuxPVRClient.cpp | ||
| 9 | SRCS += DVDDemuxShoutcast.cpp | ||
| 10 | SRCS += DVDDemuxUtils.cpp | ||
| 11 | SRCS += DVDDemuxVobsub.cpp | ||
| 12 | SRCS += DVDDemuxCC.cpp | ||
| 13 | SRCS += DVDFactoryDemuxer.cpp | ||
| 14 | |||
| 15 | LIB = DVDDemuxers.a | ||
| 16 | |||
| 17 | include @abs_top_srcdir@/Makefile.include | ||
| 18 | -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS))) | ||
| 19 | |||
