# HG changeset patch # User uau # Date 1152453973 0 # Node ID ec2f6323fda3fac3537baf5ba48d991564e4abb7 # Parent 167f67b7cfe6353e3b6bde99f80864842c52300e Change SRC_PATH for ffmpeg back to '..' to avoid hardcoding current directory at configure time. This should work again now that libpostproc is no longer under libavcodec and all Makefiles included from ffmpeg are at the same directory level. The hardcoded paths caused breakage if the build directory was moved or copied after configure and prevented ccache from sharing compilation results between directories (different absolute include paths count as different compiler options). diff -r 167f67b7cfe6 -r ec2f6323fda3 configure --- a/configure Sun Jul 09 11:45:06 2006 +0000 +++ b/configure Sun Jul 09 14:06:13 2006 +0000 @@ -7450,7 +7450,7 @@ HAVE_XVMC_ACCEL = $_xvmc # for FFmpeg -SRC_PATH=`pwd` +SRC_PATH=.. LIBPREF=lib LIBSUF=.a LIB=\$(LIBPREF)\$(NAME)\$(LIBSUF)