summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-01-19 04:40:16 +0000
committerMåns Rullgård <mans@mansr.com>2010-01-19 04:40:16 +0000
commita3e02a8cadcbd1a67fc5783bb92739c9e28006a6 (patch)
tree74517ad9c7e58448500386534002c15cd178f19f /libavutil/Makefile
parentaa310a9fc734344b1187282f12d63e1eaefaa88c (diff)
Create and install libavutil/avconfig.h
This file contains a safe subset of the config.h settings. Only bigendian is included for now, more can be added as need arises. Originally committed as revision 21321 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 34898e2089..790c66ef97 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -20,6 +20,8 @@ HEADERS = adler32.h \
rational.h \
sha1.h \
+BUILT_HEADERS = avconfig.h
+
OBJS = adler32.o \
aes.o \
avstring.o \