diff options
author | Måns Rullgård <mans@mansr.com> | 2009-08-23 11:02:37 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-08-23 11:02:37 +0000 |
commit | 95f2c769c312909fee539da50fde393aacf57cc0 (patch) | |
tree | 7c603542b680411fe3c701222332b587962cd20e /Makefile | |
parent | 566ae9fbc293cd0969faec856933ef9bed794db1 (diff) | |
download | ffmpeg-95f2c769c312909fee539da50fde393aacf57cc0.tar.gz |
Skip headers requiring external libs not present in checkheaders
Originally committed as revision 19685 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ $(PROGS): %$(EXESUF): %_g$(EXESUF) cp -p $< $@ $(STRIP) $@ -SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES \ +SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES SKIPHEADERS \ ALTIVEC-OBJS MMX-OBJS NEON-OBJS X86-OBJS YASM-OBJS-FFT YASM-OBJS define RESET |