summaryrefslogtreecommitdiff
path: root/src/libffmpeg/config.h
blob: 674150a19c4049787ac536139322edb240774520 (plain)
1
2
3
4
5
6
7
8
9
/*
 * this is just a fake config.h for libavcodec
 */

#include "../../config.h"

#ifdef ARCH_X86
#define HAVE_MMX
#endif