diff options
author | Rich J Wareham <richwareham@users.sourceforge.net> | 2002-08-09 07:34:47 +0000 |
---|---|---|
committer | Rich J Wareham <richwareham@users.sourceforge.net> | 2002-08-09 07:34:47 +0000 |
commit | 2caea4452f7330e2e5253c51d26bd469b2631aa3 (patch) | |
tree | 589b9b8e668e97f1a5321c03f850423d332ea327 /src | |
parent | 4d446f2b9fb5f934261ec4f34b1c739aead96929 (diff) | |
download | xine-lib-2caea4452f7330e2e5253c51d26bd469b2631aa3.tar.gz xine-lib-2caea4452f7330e2e5253c51d26bd469b2631aa3.tar.bz2 |
More include fixes
CVS patchset: 2409
CVS date: 2002/08/09 07:34:47
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_dvd.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index d37734d89..13a4caf33 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.c @@ -18,7 +18,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: input_dvd.c,v 1.53 2002/08/08 17:49:21 richwareham Exp $ + * $Id: input_dvd.c,v 1.54 2002/08/09 07:34:47 richwareham Exp $ * */ @@ -77,7 +77,7 @@ #include <dvdnav.h> /* libdvdread includes */ -#include <dvdread/nav_read.h> +#include <nav_read.h> /* Print debug messages? */ /* #define INPUT_DEBUG 1 */ @@ -1398,6 +1398,9 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { /* * $Log: input_dvd.c,v $ + * Revision 1.54 2002/08/09 07:34:47 richwareham + * More include fixes + * * Revision 1.53 2002/08/08 17:49:21 richwareham * First stage of DVD plugin -> dvdnav conversion * |