From 5f38710fc2e566f572d53bb9a96debf8006d0f7e Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Tue, 29 Apr 2003 23:23:37 +0000 Subject: Some useful tips. CVS patchset: 4715 CVS date: 2003/04/29 23:23:37 --- src/input/libdvdnav/WARNING_TO_DEVELOPERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/input/libdvdnav/WARNING_TO_DEVELOPERS diff --git a/src/input/libdvdnav/WARNING_TO_DEVELOPERS b/src/input/libdvdnav/WARNING_TO_DEVELOPERS new file mode 100644 index 000000000..c0b96ede2 --- /dev/null +++ b/src/input/libdvdnav/WARNING_TO_DEVELOPERS @@ -0,0 +1,13 @@ +./xine-lib/src/input/libdvdnav. +This part of the tree should never be modified directly. +The entire libdvdnav directory is periodically updated from dvd.sf.net libdvdnav cvs. +If any developers notice a bug in this code, please report it to the dvd-devel@lists.sourceforge.net mailing list. +If any developers have any patches for this code, please report it to the dvd-devel@lists.sourceforge.net mailing list. +The dvd.sf.net libdvdnav cvs will then be updated, and xine-lib will receive the update when the next periodic update from dvd.sf.net libdvdnav cvs happens. + +If one uses the following command in ./xine-lib directory, One can bypass this code, and force xine-lib to use the dvd.sf.net libdvdnav cvs code directly, thus simplifying the developers testing of bug fixes/new features in libdvdnav. + +./configure --with-external-dvdnav + +Thank you for your understanding. + -- cgit v1.2.3