From: Sam Hocevar Date: Wed, 23 Feb 2000 03:09:33 +0000 (+0000) Subject: rha ! deux fichiers oubli�s. X-Git-Tag: 0.1.99e~82 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5f0e921cd9491687b817c465ea5a4bac5198d287;hp=36ac163c85ad618a41f903da87c1e8e3eeb458af;p=vlc rha ! deux fichiers oubli�s. --- diff --git a/Makefile b/Makefile index 251f76420a..4097c47e43 100644 --- a/Makefile +++ b/Makefile @@ -16,15 +16,15 @@ SHELL=/bin/sh # Audio output settings AUDIO = dsp # Not yet supported -AUDIO += esd +#AUDIO += esd # Fallback method that should always work AUDIO += dummy # Video output settings VIDEO = x11 -VIDEO += fb +#VIDEO += fb #VIDEO += ggi -VIDEO += glide +#VIDEO += glide # Not yet supported #VIDEO += beos #VIDEO += dga diff --git a/src/interface/intf_ctrl.c b/src/interface/intf_ctrl.c index 8d2012ae20..d76425e7cb 100644 --- a/src/interface/intf_ctrl.c +++ b/src/interface/intf_ctrl.c @@ -26,6 +26,7 @@ *****************************************************************************/ #include #include +#include #include #include #include