[FFmpeg-devel] [PATCH 2/2] Revert setting of SRC_DIR.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Fri Jun 24 09:11:22 CEST 2011
This allows running "make" in the subdirs again, though
compiling in places with a space in the path is not possible anymore.
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index 7d4cd14..1c7dc1d 100755
--- a/configure
+++ b/configure
@@ -1718,7 +1718,7 @@ DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -MM'
# find source path
if test -f configure; then
- source_path=.
+ source_path=$(pwd)
disable source_path_used
else
source_path=$(cd $(dirname "$0"); pwd)
--
1.7.5.4
More information about the ffmpeg-devel
mailing list