diff options
author | Philipp Matthias Hahn <pmhahn@titan.lahn.de> | 2005-01-21 22:16:05 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-01-21 22:16:05 +0000 |
commit | 8b8e1c5580592ae207a9c2e9592bcef906ad3fd4 (patch) | |
tree | 838fdd0cd86faa3e34a94c329a0328be044a8b9e /libavcodec/Makefile | |
parent | ac930a999cf1d990c840f5f4286ce7f421df7160 (diff) | |
download | ffmpeg-8b8e1c5580592ae207a9c2e9592bcef906ad3fd4.tar.gz |
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/Makefile | 4 |
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: |