diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-09-11 00:57:11 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-09-11 00:57:11 +0000 |
commit | 949bc4183444bf5c259147c2c673897e0d45cd4b (patch) | |
tree | 10be8340a42afde2ca57de07c96e3055f24b939c /src/input/Makefile.am | |
parent | 21c232aa49175be7c1b806d55cde46bf6f035e12 (diff) | |
download | xine-lib-949bc4183444bf5c259147c2c673897e0d45cd4b.tar.gz xine-lib-949bc4183444bf5c259147c2c673897e0d45cd4b.tar.bz2 |
read_cache enables xine to read DVD data in larger chunks (here 16*2048 bytes), this gives us a nice performance boost on raw devices, especially on FreeBSD
CVS patchset: 608
CVS date: 2001/09/11 00:57:11
Diffstat (limited to 'src/input/Makefile.am')
-rw-r--r-- | src/input/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 8d9546c01..470428383 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -26,7 +26,7 @@ lib_LTLIBRARIES = xineplug_inp_file.la $(in_dvd) $(in_vcd) \ xineplug_inp_file_la_SOURCES = input_file.c xineplug_inp_file_la_LDFLAGS = -avoid-version -module -xineplug_inp_dvd_la_SOURCES = input_dvd.c dvd_udf.c +xineplug_inp_dvd_la_SOURCES = input_dvd.c dvd_udf.c read_cache.c xineplug_inp_dvd_la_LDFLAGS = -avoid-version -module xineplug_inp_net_la_SOURCES = input_net.c @@ -42,8 +42,8 @@ xineplug_inp_rtp_la_SOURCES = input_rtp.c xineplug_inp_rtp_la_LDFLAGS = -avoid-version -module include_HEADERS = input_plugin.h -noinst_HEADERS = dvd_udf.h -EXTRA_DIST = input_dvd.c dvd_udf.c input_vcd.c +noinst_HEADERS = dvd_udf.h read_cache.h +EXTRA_DIST = input_dvd.c dvd_udf.c input_vcd.c read_cache.c ## |