Skip to content
Snippets Groups Projects
Commit 09ad8085 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

Define HAVE_AV_CONFIG_H for checkheaders in libs

Originally committed as revision 22332 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6a813295
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ include $(SUBDIR)../common.mak ...@@ -5,7 +5,7 @@ include $(SUBDIR)../common.mak
LIBVERSION := $(lib$(NAME)_VERSION) LIBVERSION := $(lib$(NAME)_VERSION)
LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR) LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
$(OBJS) $(SUBDIR)%-test.o: CPPFLAGS += -DHAVE_AV_CONFIG_H $(OBJS) $(SUBDIR)%.ho $(SUBDIR)%-test.o: CPPFLAGS += -DHAVE_AV_CONFIG_H
ifdef CONFIG_STATIC ifdef CONFIG_STATIC
all: $(SUBDIR)$(LIBNAME) all: $(SUBDIR)$(LIBNAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment