summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 23:00:39 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 23:00:39 +0000
commitf4656a91b9301d3eba96b0bc67dcf03ab5a0a842 (patch)
treed407bd5ba7c085842d99d4c63d85d7b85e4814a0 /configure
parent244d981946b5596e1726223a8157693f78d4a004 (diff)
downloadmpv-f4656a91b9301d3eba96b0bc67dcf03ab5a0a842.tar.bz2
mpv-f4656a91b9301d3eba96b0bc67dcf03ab5a0a842.tar.xz
vo_fbdev2 written by Joey Parrish with some minor modifications
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10764 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 8052570928..9a1ff5b606 100755
--- a/configure
+++ b/configure
@@ -3073,7 +3073,7 @@ if test "$_fbdev" = auto ; then
fi
if test "$_fbdev" = yes ; then
_def_fbdev='#define HAVE_FBDEV 1'
- _vosrc="$_vosrc vo_fbdev.c"
+ _vosrc="$_vosrc vo_fbdev.c vo_fbdev2.c"
_vomodules="fbdev $_vomodules"
else
_def_fbdev='#undef HAVE_FBDEV'