diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-16 14:03:54 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-16 14:03:54 +0000 |
commit | 0b8054d7ade30371f66b047e7f4a80b073e0fe39 (patch) | |
tree | 086c963e29a1ce83f96843d3c56cfdc01b21c53d /configure | |
parent | c52d76675a350fd613ef156ff6cbf9ef98bfdd86 (diff) |
wtf..10l to dunno..only use x11_common.c when x11 is detected
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6451 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2087,7 +2087,7 @@ EOF fi if test "$_x11" = yes ; then _def_x11='#define HAVE_X11 1' - _vosrc="$_vosrc vo_x11.c" + _vosrc="$_vosrc x11_common.c vo_x11.c" _vomodules="x11 $_vomodules" else _def_x11='#undef HAVE_X11' |