summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-04-29 23:23:37 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-04-29 23:23:37 +0000
commit5f38710fc2e566f572d53bb9a96debf8006d0f7e (patch)
tree3f0ef732c661282beb858ca33fe4305a10cbbb3a
parentd820b85335b53ac43a1a5e73711dec5ccf583c68 (diff)
downloadxine-lib-5f38710fc2e566f572d53bb9a96debf8006d0f7e.tar.gz
xine-lib-5f38710fc2e566f572d53bb9a96debf8006d0f7e.tar.bz2
Some useful tips.
CVS patchset: 4715 CVS date: 2003/04/29 23:23:37
-rw-r--r--src/input/libdvdnav/WARNING_TO_DEVELOPERS13
1 files changed, 13 insertions, 0 deletions
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.
+