]> git.sesse.net Git - vlc/commitdiff
rha ! deux fichiers oubli�s.
authorSam Hocevar <sam@videolan.org>
Wed, 23 Feb 2000 03:09:33 +0000 (03:09 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 23 Feb 2000 03:09:33 +0000 (03:09 +0000)
Makefile
src/interface/intf_ctrl.c

index 251f76420a66ccc7af2f067ae36ccc272ee72ba5..4097c47e43053e9a7753a0227af6e8f3b91fb9b6 100644 (file)
--- 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
index 8d2012ae208e6e580807219ffc248e79c0659ab5..d76425e7cb84bfd444174d0991b70095e5f601a7 100644 (file)
@@ -26,6 +26,7 @@
  *****************************************************************************/
 #include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
 #include <fcntl.h>
 #include <sys/types.h>
 #include <sys/stat.h>