1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Fix out-of-tree build

Originally committed as revision 24816 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-08-17 18:48:56 +00:00
parent 7f38d28c39
commit 6a36facc3d

View File

@ -35,7 +35,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "attributes.h" #include "attributes.h"
#include "avconfig.h" #include "libavutil/avconfig.h"
#if AV_HAVE_BIGENDIAN #if AV_HAVE_BIGENDIAN
# define AV_NE(be, le) be # define AV_NE(be, le) be