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:
mosu 2003-05-03 14:54:08 +00:00
parent a73f4c5cf4
commit 11c956f038
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4030,7 +4030,7 @@ echores "$_vorbis"
echocheck "Matroska support"
if test "$_matroska" = auto ; then
if test "$_matroska" != no ; then
_matroska=no
cat > $TMPC << EOF
#include <EbmlConfig.h>