Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-06-07 01:38:38 +0400
committerMans Rullgard <mans@mansr.com>2011-06-23 15:17:25 +0400
commitf038cf3c745099151cdc8aa311fa83f5907598a6 (patch)
treeca5910666a5de287dd9ec2e14004756b227dd3e2 /subdir.mak
parentbb5249244ddb22df1cfb8dee1c369e6cd653d00d (diff)
build: remove SRC_PATH_BARE variable
Setting SRC_PATH to "." when building in-tree removes the need for a quoted version of the source path since out-of-tree builds are not possible if the pathname contains spaces. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'subdir.mak')
-rw-r--r--subdir.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/subdir.mak b/subdir.mak
index 1d5824b022..63398608d7 100644
--- a/subdir.mak
+++ b/subdir.mak
@@ -1,4 +1,4 @@
-SRC_DIR := $(SRC_PATH_BARE)/lib$(NAME)
+SRC_DIR := $(SRC_PATH)/lib$(NAME)
include $(SUBDIR)../common.mak