]> git.sesse.net Git - vlc/blobdiff - src/misc/cpu.c
Add m2ts and mts to the interface dialog selectors.
[vlc] / src / misc / cpu.c
index 7f75bf2b1590154300b26404e71b55af38b8c0b5..124876d7adfc02cebbb68f343ce2a58baa5fd9cd 100644 (file)
@@ -30,7 +30,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #ifdef HAVE_SIGNAL_H
 #   include <signal.h>                            /* SIGHUP, SIGINT, SIGKILL */
@@ -335,7 +335,7 @@ static void SigHandler( int i_signal )
                      "operating system.\n", psz_capability );
     fprintf( stderr, "         some optimizations will be disabled unless "
                      "you upgrade your OS\n" );
-#   if defined( SYS_LINUX )
+#   if defined( __linux__ )
     fprintf( stderr, "         (for instance Linux kernel 2.4.x or later)\n" );
 #   endif
 #endif