diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-08 21:28:56 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-08 21:28:56 +0000 |
commit | 2791730dbf99f3bbade1eb9eabb49424ce75c0c5 (patch) | |
tree | e674530b274a9650fa479a6be045fd45e059ffc2 /libavutil/Makefile | |
parent | 94ca624fbcaf0cd3e03ff3529453fd7a8af2c5ed (diff) | |
download | ffmpeg-2791730dbf99f3bbade1eb9eabb49424ce75c0c5.tar.gz |
Move gcc attribute macros to new header libavutil/attributes.h
Originally committed as revision 22346 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 ca92959f26..1802526e17 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -3,6 +3,7 @@ include $(SUBDIR)../config.mak NAME = avutil HEADERS = adler32.h \ + attributes.h \ avstring.h \ avutil.h \ base64.h \ |