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
# Eventual MMX optimizations for x86
ifeq ($(ARCH),X86)
ifeq ($(MMX), YES) # MMX is YES or AUTO
ifeq ($(MMX), YES)
CFLAGS += -DHAVE_MMX
endif
endif
......
......@@ -7,6 +7,8 @@
* and free.
*****************************************************************************/
#include "intf_msg.h"
/*****************************************************************************
* 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