diff options
author | Måns Rullgård <mans@mansr.com> | 2010-08-17 18:48:56 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-08-17 18:48:56 +0000 |
commit | 6a36facc3d9c097f626669825e901f09467b542b (patch) | |
tree | b32603962a340609b2cfa6c051d4807c6d95d1bf /libavutil/common.h | |
parent | 7f38d28c391a0895554d8fd85dc214870ae7676f (diff) | |
download | ffmpeg-6a36facc3d9c097f626669825e901f09467b542b.tar.gz |
Fix out-of-tree build
Originally committed as revision 24816 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/common.h')
-rw-r--r-- | libavutil/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/common.h b/libavutil/common.h index e1b14dcc53..ce2dc41300 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -35,7 +35,7 @@ #include <stdlib.h> #include <string.h> #include "attributes.h" -#include "avconfig.h" +#include "libavutil/avconfig.h" #if AV_HAVE_BIGENDIAN # define AV_NE(be, le) be |