1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-04 14:12:10 +00:00

Fix wrong res_comment.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26239 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-03-15 08:21:02 +00:00
parent f3185d2ca4
commit 8c7467a011

2
configure vendored
View File

@ -3105,7 +3105,7 @@ if test "$_pthreads" = yes ; then
_def_pthreads='#define HAVE_PTHREADS 1'
_def_threads='#define HAVE_THREADS 1'
else
_res_comment="v4l, v4l2, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled"
_res_comment="v4l, v4l2, ao_nas, ao_macosx, win32 loader disabled"
_def_pthreads='#undef HAVE_PTHREADS'
_nas=no ; _tv_v4l1=no ; _tv_v4l2=no ; _macosx=no
mingw32 || _win32dll=no