summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-08 18:43:38 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-08 18:43:38 +0000
commit9b55e2e7276be0fc7edabafbd26d9c423ff16040 (patch)
tree46b24ad603b34fe49e98b9c8b75b93220faa2187 /Makefile
parent09ad80855c0e65ca11d4ed461bf15d1cbd6f20fa (diff)
Skip cmdutils_common_opts.h fragment in checkheaders
Originally committed as revision 22333 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00cfc481b1..54a10f6fde 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,8 @@ FFLIBS := avutil
DATA_FILES := $(wildcard $(SRC_DIR)/ffpresets/*.ffpreset)
+SKIPHEADERS = cmdutils_common_opts.h
+
include common.mak
FF_LDFLAGS := $(FFLDFLAGS)