Another missed #ifdef HAVE_MMX

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28328 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-01-16 09:35:05 +00:00
parent 97df2f9162
commit 3983898734
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#include <string.h>
#include "config.h"
#ifdef HAVE_MMX
#if HAVE_MMX
#define MMX
#endif