summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-15 08:21:02 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-15 08:21:02 +0000
commit8c7467a0111147a6a65f37d9ba4eb9ac524a7fea (patch)
treeb8933170abcf384128c550c155a31391370a777a /configure
parentf3185d2ca4e2b528c0e101cd31b8ba95f87bddc2 (diff)
downloadmpv-8c7467a0111147a6a65f37d9ba4eb9ac524a7fea.tar.bz2
mpv-8c7467a0111147a6a65f37d9ba4eb9ac524a7fea.tar.xz
Fix wrong res_comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26239 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5bcc773b2b..6233e08558 100755
--- a/configure
+++ b/configure
@@ -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