]> git.sesse.net Git - vlc/blobdiff - src/interface/control.c
. d�tection d'un processeur MMX.
[vlc] / src / interface / control.c
index 5e74bb52f5bb9d0b3518099cd652863564148840..0c0bf640d1c6b7bbe93878c802c9ce4db7fa90f7 100644 (file)
@@ -1,41 +1,14 @@
-/*******************************************************************************
+/*****************************************************************************
  * control.c: user control functions
  * (c)1999 VideoLAN
- *******************************************************************************
+ *****************************************************************************
  * Library of functions common to all threads, allowing access to various
  * structures and settings. Interfaces should only use those functions
  * to read or write informations from other threads.
- *******************************************************************************/
+ *****************************************************************************/
 
-/*******************************************************************************
+/*****************************************************************************
  * Preamble
- *******************************************************************************/
+ *****************************************************************************/
 #include "vlc.h"
-/*??
-#include <pthread.h>
-#include <stdio.h>
-#include <netinet/in.h>
-#include <sys/soundcard.h>
-#include <sys/uio.h>
-
-#include "config.h"
-#include "common.h"
-#include "mtime.h"
-#include "vlc_thread.h"
-
-#include "input.h"
-#include "input_vlan.h"
-
-#include "audio_output.h"
-
-#include "video.h"
-#include "video_output.h"
-
-#include "xconsole.h"
-#include "interface.h"
-#include "intf_msg.h"
-#include "control.h"
-
-#include "pgm_data.h"*/
-