changeset 2443:8d4708fabc06 libavcodec

Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>) preserve support for spaces in directories in case of in-tree builds by (James A. Morrison <ja2morri csclub.uwaterloo ca>)
author michael
date Fri, 21 Jan 2005 22:16:05 +0000
parents ba01b8552bd4
children a3e29f9ab677
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Jan 20 00:30:20 2005 +0000
+++ b/Makefile	Fri Jan 21 22:16:05 2005 +0000
@@ -216,7 +216,7 @@
 
 $(SLIB): $(OBJS)
 ifeq ($(CONFIG_PP),yes)
-	$(MAKE) -C $(VPATH)/libpostproc
+	$(MAKE) -C libpostproc
 endif
 ifeq ($(CONFIG_WIN32),yes)
 	$(CC) $(SHFLAGS) -Wl,--output-def,$(@:.dll=.def) -o $@ $(OBJS) $(EXTRALIBS) $(AMREXTRALIBS)
@@ -299,7 +299,7 @@
 	ldconfig || true
 endif
 ifeq ($(CONFIG_PP),yes)
-	$(MAKE) -C $(VPATH)/libpostproc $@
+	$(MAKE) -C libpostproc $@
 endif
 else
 install: