diff options
Diffstat (limited to 'xbmc/cores/dvdplayer/DVDDemuxers/Makefile.in')
| -rw-r--r-- | xbmc/cores/dvdplayer/DVDDemuxers/Makefile.in | 19 |
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 @@ | |||
| 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 | |||
