summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-09 14:06:13 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-09 14:06:13 +0000
commit1065f7bb540a3c2c9f2efe4c27dcf0810d04f0a1 (patch)
tree032675ffc7afde342b9cff62c9418505cff38d6f
parenta306561d46b7fc5f5493ebf673d72df92cadcbf5 (diff)
downloadmpv-1065f7bb540a3c2c9f2efe4c27dcf0810d04f0a1.tar.bz2
mpv-1065f7bb540a3c2c9f2efe4c27dcf0810d04f0a1.tar.xz
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
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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)