mirror of https://github.com/mpv-player/mpv
Try to detect Matroska paths if autodetection is wanted AND if it is forced to "yes".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10059 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a73f4c5cf4
commit
11c956f038
|
@ -4030,7 +4030,7 @@ echores "$_vorbis"
|
||||||
|
|
||||||
|
|
||||||
echocheck "Matroska support"
|
echocheck "Matroska support"
|
||||||
if test "$_matroska" = auto ; then
|
if test "$_matroska" != no ; then
|
||||||
_matroska=no
|
_matroska=no
|
||||||
cat > $TMPC << EOF
|
cat > $TMPC << EOF
|
||||||
#include <EbmlConfig.h>
|
#include <EbmlConfig.h>
|
||||||
|
|
Loading…
Reference in New Issue