]> git.sesse.net Git - vlc/commitdiff
deux changements cosm�tiques de rien du tout et suppression d'un warning
authorSam Hocevar <sam@videolan.org>
Sat, 19 Feb 2000 00:11:26 +0000 (00:11 +0000)
committerSam Hocevar <sam@videolan.org>
Sat, 19 Feb 2000 00:11:26 +0000 (00:11 +0000)
Makefile
include/input_netlist.h

index d415dada12718b1b949e5442b1a8bd555af08700..848a99bef1570ac2008bbccf76fab7cb8f74fe05 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -178,7 +178,7 @@ LCFLAGS += -Wall
 
 # Eventual MMX optimizations for x86
 ifeq ($(ARCH),X86)
-ifeq ($(MMX), YES) # MMX is YES or AUTO
+ifeq ($(MMX), YES)
 CFLAGS += -DHAVE_MMX
 endif
 endif
index 25b594f4f0ee693fa42476f938495dc98f7944e0..4e1c8b5ccf73ebfbf841fcecd7cfd632dd9cd7b7 100644 (file)
@@ -7,6 +7,8 @@
  * and free.
  *****************************************************************************/
 
+#include "intf_msg.h"
+
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/