summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorPhilipp Matthias Hahn <pmhahn@titan.lahn.de>2005-01-21 22:16:05 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-01-21 22:16:05 +0000
commit8b8e1c5580592ae207a9c2e9592bcef906ad3fd4 (patch)
tree838fdd0cd86faa3e34a94c329a0328be044a8b9e /libavcodec/Makefile
parentac930a999cf1d990c840f5f4286ce7f421df7160 (diff)
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>) Originally committed as revision 3855 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index c2169befe0..fe468ca5ad 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -216,7 +216,7 @@ $(LIB): $(OBJS) $(AMRLIBS)
$(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 @@ else
ldconfig || true
endif
ifeq ($(CONFIG_PP),yes)
- $(MAKE) -C $(VPATH)/libpostproc $@
+ $(MAKE) -C libpostproc $@
endif
else
install: