changeset 17628:892e40db9211

Set SRC_PATH correctly, fixes libpostproc compilation
author rtognimp
date Tue, 14 Feb 2006 21:43:32 +0000
parents 24238abbd150
children 2cee40108bbd
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Feb 14 21:42:49 2006 +0000
+++ b/configure	Tue Feb 14 21:43:32 2006 +0000
@@ -7220,7 +7220,7 @@
 HAVE_XVMC_ACCEL = $_xvmc
 
 # for FFmpeg
-SRC_PATH=..
+SRC_PATH=`pwd`
 LIBPREF=lib
 LIBSUF=.a
 LIB=\$(LIBPREF)\$(NAME)\$(LIBSUF)