summaryrefslogtreecommitdiff
path: root/src/libspudec/nav_read.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-04-30 16:49:33 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-04-30 16:49:33 +0000
commite389c4ef330c2deb5d218298dd8bb50b5401bbd4 (patch)
treefcfc6320a6013d2040ebad091c21c0b0cdf46139 /src/libspudec/nav_read.c
parent8a1e9d1463ffbe660edf0de1695b2f6e369d5837 (diff)
downloadxine-lib-e389c4ef330c2deb5d218298dd8bb50b5401bbd4.tar.gz
xine-lib-e389c4ef330c2deb5d218298dd8bb50b5401bbd4.tar.bz2
* when NOT using a standalone libdvdnav, we do NOT have to link the whole
libdvdnav into the spu decoder plugin statically, only nav_read.c is needed (read: revert to old linking behaviour for included libdvdnav) * beautification CVS patchset: 4724 CVS date: 2003/04/30 16:49:33
Diffstat (limited to 'src/libspudec/nav_read.c')
-rw-r--r--src/libspudec/nav_read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libspudec/nav_read.c b/src/libspudec/nav_read.c
index 2c3b355f5..5244bfdd6 100644
--- a/src/libspudec/nav_read.c
+++ b/src/libspudec/nav_read.c
@@ -1 +1 @@
-#include "../input/libdvdread/nav_read.c"
+#include "../input/libdvdnav/nav_read.c"