mirror of
https://github.com/mpv-player/mpv
synced 2025-03-18 17:40:30 +00:00
include dvdnav.h from its installation directory rather than appending
-Idvdnav to the compilation of the whole mplayer (dvdnav-config was just cleaned) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25567 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d7a0707953
commit
7ded17d4c2
2
configure
vendored
2
configure
vendored
@ -7563,7 +7563,7 @@ fi
|
||||
if test "$_dvdnav" = auto ; then
|
||||
cat > $TMPC <<EOF
|
||||
#include <inttypes.h>
|
||||
#include <dvdnav.h>
|
||||
#include <dvdnav/dvdnav.h>
|
||||
int main(void) { dvdnav_t *dvd=0; return 0; }
|
||||
EOF
|
||||
_dvdnav=no
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "input/input.h"
|
||||
#include "stream.h"
|
||||
#include "libmpdemux/demuxer.h"
|
||||
#include <dvdnav.h>
|
||||
#include <dvdnav/dvdnav.h>
|
||||
#include "stream_dvdnav.h"
|
||||
#include "libvo/video_out.h"
|
||||
#include "libavutil/common.h"
|
||||
|
Loading…
Reference in New Issue
Block a user