summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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'