Commit 66f08a82 authored by Sam Hocevar's avatar Sam Hocevar

deux changements cosm�tiques de rien du tout et suppression d'un warning

parent 25f04923
...@@ -178,7 +178,7 @@ LCFLAGS += -Wall ...@@ -178,7 +178,7 @@ LCFLAGS += -Wall
# Eventual MMX optimizations for x86 # Eventual MMX optimizations for x86
ifeq ($(ARCH),X86) ifeq ($(ARCH),X86)
ifeq ($(MMX), YES) # MMX is YES or AUTO ifeq ($(MMX), YES)
CFLAGS += -DHAVE_MMX CFLAGS += -DHAVE_MMX
endif endif
endif endif
......
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
* and free. * and free.
*****************************************************************************/ *****************************************************************************/
#include "intf_msg.h"
/***************************************************************************** /*****************************************************************************
* Prototypes * Prototypes
*****************************************************************************/ *****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment