diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-22 22:41:08 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-22 22:41:08 +0000 |
commit | 98fe636509203a03a07b5f3793813dda145838f9 (patch) | |
tree | 55282b720e82618abc9f65f3338d3a5d54556717 | |
parent | 01d988f011a8fedae99eabe5136ae71c1a8d7069 (diff) | |
download | mpv-98fe636509203a03a07b5f3793813dda145838f9.tar.bz2 mpv-98fe636509203a03a07b5f3793813dda145838f9.tar.xz |
don't include anymore the dvdread headers from the dvdnav directory
(the right ones are included in the #else). Patch by Rathann
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25140 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | stream/stream_dvd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stream/stream_dvd.h b/stream/stream_dvd.h index 939d2ca461..89987a88bd 100644 --- a/stream/stream_dvd.h +++ b/stream/stream_dvd.h @@ -3,11 +3,6 @@ #include "dvdread/ifo_types.h" #include "dvdread/ifo_read.h" #include "dvdread/nav_read.h" -#elif defined(USE_DVDNAV) -#include <dvd_reader.h> -#include <ifo_types.h> -#include <ifo_read.h> -#include <nav_read.h> #else #include <dvdread/dvd_reader.h> #include <dvdread/ifo_types.h> |