1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-29 11:12:56 +00:00

typo noticed by Carl Eugen Hoyos, cehoyos ag.or.at

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21166 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-22 12:05:27 +00:00
parent e322276d93
commit 536f37b082

2
configure vendored
View File

@ -5679,7 +5679,7 @@ int main(void)
EOF
for _ld_theora in "`$_pkg_config --silence-errors --libs --cflags theora`" "-ltheora"; do
cc_check $_ld_theora && _ld_extra="$_ld_extra $_ld_theora" \
&& theora=yes && break
&& _theora=yes && break
done
if test "$_theora" = no && test "$_tremor_internal" = yes; then
for _ld_theora in "`$_pkg_config --silence-errors --libs --cflags theora`" "-ltheora"; do