From 5f6b58def20b820b0765858738552ea55a88c2e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Sun, 11 May 2003 11:29:56 +0000
Subject: [PATCH] =?UTF-8?q?makes=20configure=20create=20the=20libpostproc?=
 =?UTF-8?q?=20directory=20and=20Makefile,=20when=20running=20outside=20of?=
 =?UTF-8?q?=20the=20source=20dir=20patch=20by=20(mru=20at=20users=20dot=20?=
 =?UTF-8?q?sourceforge=20dot=20net=20(M=C3=A5ns=20Rullg=C3=A5rd))?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Originally committed as revision 1854 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 3aac719b2b3..d5ab7cb0a9e 100755
--- a/configure
+++ b/configure
@@ -912,8 +912,8 @@ echo "#define restrict $_restrict" >> $TMPH
 # build tree in object directory if source path is different from current one
 if test "$source_path_used" = "yes" ; then
     DIRS="libavformat libavcodec libavcodec/alpha libavcodec/armv4l libavcodec/i386 \
-          libavcodec/ppc libavcodec/liba52 libavcodec/mlib tests vhook"
-    FILES="Makefile libavformat/Makefile libavcodec/Makefile tests/Makefile vhook/Makefile"
+          libavcodec/ppc libavcodec/liba52 libavcodec/mlib libavcodec/libpostproc tests vhook"
+    FILES="Makefile libavformat/Makefile libavcodec/Makefile libavcodec/libpostproc/Makefile tests/Makefile vhook/Makefile"
     for dir in $DIRS ; do
             mkdir -p $dir
     done
-- 
GitLab