changeset 814:d80513e9e0f6 libavutil

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.
author mru
date Tue, 19 Jan 2010 04:40:16 +0000
parents 7c4f89909560
children 8f2141bc8fc4
files Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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                                                       \