diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-04-30 16:49:33 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-04-30 16:49:33 +0000 |
commit | e389c4ef330c2deb5d218298dd8bb50b5401bbd4 (patch) | |
tree | fcfc6320a6013d2040ebad091c21c0b0cdf46139 /src/libspudec/xine_decoder.c | |
parent | 8a1e9d1463ffbe660edf0de1695b2f6e369d5837 (diff) | |
download | xine-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/xine_decoder.c')
-rw-r--r-- | src/libspudec/xine_decoder.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libspudec/xine_decoder.c b/src/libspudec/xine_decoder.c index 04f4e5bb2..68e09fa17 100644 --- a/src/libspudec/xine_decoder.c +++ b/src/libspudec/xine_decoder.c @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_decoder.c,v 1.96 2003/04/29 15:58:32 jcdutton Exp $ + * $Id: xine_decoder.c,v 1.97 2003/04/30 16:49:35 mroi Exp $ * * stuff needed to turn libspu into a xine decoder plugin */ @@ -38,11 +38,11 @@ #include "xineutils.h" #include "spu.h" #ifdef HAVE_DVDNAV -#include <dvdnav/nav_read.h> -#include <dvdnav/nav_types.h> +# include <dvdnav/nav_read.h> +# include <dvdnav/nav_types.h> #else -#include "../input/libdvdnav/nav_read.h" -#include "../input/libdvdnav/nav_types.h" +# include "nav_read.h" +# include "nav_types.h" #endif /* |