From 1065f7bb540a3c2c9f2efe4c27dcf0810d04f0a1 Mon Sep 17 00:00:00 2001 From: uau Date: Sun, 9 Jul 2006 14:06:13 +0000 Subject: 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). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18976 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 60d982b468..17fdea743d 100755 --- a/configure +++ b/configure @@ -7450,7 +7450,7 @@ X11DIR = $_ld_x11 HAVE_XVMC_ACCEL = $_xvmc # for FFmpeg -SRC_PATH=`pwd` +SRC_PATH=.. LIBPREF=lib LIBSUF=.a LIB=\$(LIBPREF)\$(NAME)\$(LIBSUF) -- cgit v1.2.3