# HG changeset patch # User mru # Date 1263876016 0 # Node ID d80513e9e0f6a5d4723e798047d8fdb604aea5eb # Parent 7c4f899095605cd8f86f397748679c1a06d13f6f 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. diff -r 7c4f89909560 -r d80513e9e0f6 Makefile --- a/Makefile Mon Jan 18 10:24:33 2010 +0000 +++ b/Makefile Tue Jan 19 04:40:16 2010 +0000 @@ -20,6 +20,8 @@ rational.h \ sha1.h \ +BUILT_HEADERS = avconfig.h + OBJS = adler32.o \ aes.o \ avstring.o \