summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-08 21:28:56 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-08 21:28:56 +0000
commit2791730dbf99f3bbade1eb9eabb49424ce75c0c5 (patch)
treee674530b274a9650fa479a6be045fd45e059ffc2 /libavutil/Makefile
parent94ca624fbcaf0cd3e03ff3529453fd7a8af2c5ed (diff)
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/Makefile1
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 \