Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
e1a54304
Commit
e1a54304
authored
Jun 29, 2011
by
Reimar Döffinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move SRC_PATH hack around to allow compilation from subdir again.
parent
08b4a667
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
Makefile
Makefile
+1
-1
common.mak
common.mak
+0
-6
configure
configure
+3
-0
No files found.
Makefile
View file @
e1a54304
MAIN_MAKEFILE
=
1
include
config.mak
vpath
%.c
$(SRC_PATH)
...
...
@@ -39,7 +40,6 @@ DATA_FILES := $(wildcard $(SRC_PATH)/ffpresets/*.ffpreset)
SKIPHEADERS
=
cmdutils_common_opts.h
MAIN_MAKEFILE
=
1
include
$(SRC_PATH)/common.mak
FF_LDFLAGS
:=
$(FFLDFLAGS)
...
...
common.mak
View file @
e1a54304
...
...
@@ -7,12 +7,6 @@ all: all-yes
ifndef SUBDIR
ifndef MAIN_MAKEFILE
ifeq ($(SRC_PATH),.)
SRC_PATH = ..
endif
endif
ifndef V
Q = @
ECHO = printf "$(1)\t%s\n" $(2)
...
...
configure
View file @
e1a54304
...
...
@@ -3297,6 +3297,9 @@ BINDIR=\$(DESTDIR)$bindir
DATADIR=\
$(
DESTDIR
)
$datadir
MANDIR=\
$(
DESTDIR
)
$mandir
SRC_PATH=
$source_path
ifndef MAIN_MAKEFILE
SRC_PATH:=\
$(
SRC_PATH:.%
=
..%
)
endif
CC_IDENT=
$cc_ident
ARCH=
$arch
CC=
$cc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment