[MPlayer-cvslog] r18976 - trunk/configure
uau
subversion at mplayerhq.hu
Sun Jul 9 16:06:13 CEST 2006
Author: uau
Date: Sun Jul 9 16:06:13 2006
New Revision: 18976
Modified:
trunk/configure
Log:
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).
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Jul 9 16:06:13 2006
@@ -7450,7 +7450,7 @@
HAVE_XVMC_ACCEL = $_xvmc
# for FFmpeg
-SRC_PATH=`pwd`
+SRC_PATH=..
LIBPREF=lib
LIBSUF=.a
LIB=\$(LIBPREF)\$(NAME)\$(LIBSUF)
More information about the MPlayer-cvslog
mailing list