diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-11 22:48:07 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-11 22:48:07 +0000 |
commit | 7b5e8a274a69c7d826e0fb7efcceeb136d119ba8 (patch) | |
tree | 0be2a8a269643095199aaef15fede6e53abf9a15 /configure | |
parent | 62045d486041ddb925f5055b6edb602eef6f99a0 (diff) | |
download | ffmpeg-7b5e8a274a69c7d826e0fb7efcceeb136d119ba8.tar.gz |
Extend 'checkheaders' target to architecture-specific subdirectories.
Originally committed as revision 16559 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2325,6 +2325,8 @@ fi echo "LIB_INSTALL_EXTRA_CMD=${LIB_INSTALL_EXTRA_CMD}" >> config.mak echo "EXTRALIBS=$extralibs" >> config.mak +echo "ARCH=$arch" >> config.mak + print_config ARCH_ $TMPH config.mak $ARCH_LIST print_config HAVE_ $TMPH config.mak $HAVE_LIST print_config CONFIG_ $TMPH config.mak $CONFIG_LIST \ |