This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
build: move vpath directives to main Makefile
Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.8
Mans Rullgard
14 years ago
parent
0af8a71d66
commit
d530e57944
2 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
Makefile
+0
-5
common.mak
+ 5
- 0
Makefile
View File
@@ -2,6 +2,11 @@ include config.mak
SRC_DIR = $(SRC_PATH_BARE)
vpath %.c $(SRC_DIR)
vpath %.h $(SRC_DIR)
vpath %.S $(SRC_DIR)
vpath %.asm $(SRC_DIR)
vpath %.v $(SRC_DIR)
vpath %.texi $(SRC_PATH_BARE)
PROGS-$(CONFIG_FFMPEG) += ffmpeg
+ 0
- 5
common.mak
View File
@@ -6,11 +6,6 @@
all: all-yes
ifndef SUBDIR
vpath %.c $(SRC_DIR)
vpath %.h $(SRC_DIR)
vpath %.S $(SRC_DIR)
vpath %.asm $(SRC_DIR)
vpath %.v $(SRC_DIR)
ifndef V
Q = @
Write
Preview
Loading…
Cancel
Save