diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-12-27 02:57:48 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-12-29 22:52:04 +0100 |
commit | 9a4c10e3af011dd84d3135090d3ca4212cbad127 (patch) | |
tree | c073d1fc9e1b8e8fca582b406351e30aaff1366e /libavutil/Makefile | |
parent | 4d2bb289318cce3fd1f6fded4468cc26f9d5c55e (diff) | |
download | ffmpeg-9a4c10e3af011dd84d3135090d3ca4212cbad127.tar.gz |
lavu: Move preprocessor macros in a separate file
And remove all the circular inclusions of avutil.h while at it.
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index cfe8d84ebe..e0e32b4fba 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -27,6 +27,7 @@ HEADERS = adler32.h \ intreadwrite.h \ lfg.h \ log.h \ + macros.h \ mathematics.h \ md5.h \ mem.h \ |