mirror of https://github.com/mpv-player/mpv
Fix misplaced 'fi' in external dvdread test.
patch by Diogo Franco, diogomfranco gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29282 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e4c9161560
commit
6dc61f228d
|
@ -5813,7 +5813,6 @@ elif test "$_dvdread" = auto ; then
|
|||
#include <dvdread/nav_read.h>
|
||||
int main(void) { return 0; }
|
||||
EOF
|
||||
fi
|
||||
_dvdreadcflags=$($_dvdreadconfig --cflags)
|
||||
_dvdreadlibs=$($_dvdreadconfig --libs)
|
||||
if cc_check -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
|
||||
|
@ -5823,6 +5822,7 @@ EOF
|
|||
extra_ldflags="$extra_ldflags $_dvdreadlibs"
|
||||
_res_comment="external"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "$_dvdread_internal" = yes; then
|
||||
|
|
Loading…
Reference in New Issue