projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
build: include sub-makefiles using full path instead of symlinks
[ffmpeg.git]
/
libavfilter
/
Makefile
diff --git
a/libavfilter/Makefile
b/libavfilter/Makefile
index
e22527a
..
0201607
100644
(file)
--- a/
libavfilter/Makefile
+++ b/
libavfilter/Makefile
@@
-58,8
+58,8
@@
OBJS-$(CONFIG_NULLSRC_FILTER) += vsrc_nullsrc.o
OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o
OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o
--include $(SUBDIR)$(ARCH)/Makefile
+-include $(S
RC_PATH)/$(S
UBDIR)$(ARCH)/Makefile
DIRS = x86
DIRS = x86
-include $(S
UBDIR)..
/subdir.mak
+include $(S
RC_PATH)
/subdir.mak