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
57b4a3dd
Commit
57b4a3dd
authored
Jun 28, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: include sub-makefiles using full path instead of symlinks
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
618230c7
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
15 additions
and
28 deletions
+15
-28
Makefile
Makefile
+4
-4
configure
configure
+1
-14
Makefile
libavcodec/Makefile
+2
-2
Makefile
libavdevice/Makefile
+1
-1
Makefile
libavfilter/Makefile
+2
-2
Makefile
libavformat/Makefile
+1
-1
Makefile
libavutil/Makefile
+1
-1
Makefile
libpostproc/Makefile
+1
-1
Makefile
libswscale/Makefile
+1
-1
subdir.mak
subdir.mak
+1
-1
No files found.
Makefile
View file @
57b4a3dd
...
@@ -79,7 +79,7 @@ DATA_FILES := $(wildcard $(SRC_PATH)/ffpresets/*.ffpreset)
...
@@ -79,7 +79,7 @@ DATA_FILES := $(wildcard $(SRC_PATH)/ffpresets/*.ffpreset)
SKIPHEADERS
=
cmdutils_common_opts.h
SKIPHEADERS
=
cmdutils_common_opts.h
include
common.mak
include
$(SRC_PATH)/
common.mak
FF_LDFLAGS
:=
$(FFLDFLAGS)
FF_LDFLAGS
:=
$(FFLDFLAGS)
FF_EXTRALIBS
:=
$(FFEXTRALIBS)
FF_EXTRALIBS
:=
$(FFEXTRALIBS)
...
@@ -105,7 +105,7 @@ endef
...
@@ -105,7 +105,7 @@ endef
define
DOSUBDIR
define
DOSUBDIR
$(foreach
V,$(SUBDIR_VARS),$(eval
$(call
RESET,$(V))))
$(foreach
V,$(SUBDIR_VARS),$(eval
$(call
RESET,$(V))))
SUBDIR
:=
$
(
1
)
/
SUBDIR
:=
$
(
1
)
/
include
$(1)/Makefile
include
$(
SRC_PATH)/$(
1)/Makefile
endef
endef
$(foreach
D,$(FFLIBS),$(eval
$(call
DOSUBDIR,lib$(D))))
$(foreach
D,$(FFLIBS),$(eval
$(call
DOSUBDIR,lib$(D))))
...
@@ -182,8 +182,8 @@ config:
...
@@ -182,8 +182,8 @@ config:
check
:
test checkheaders
check
:
test checkheaders
include
doc/Makefile
include
$(SRC_PATH)/
doc/Makefile
include
tests/Makefile
include
$(SRC_PATH)/
tests/Makefile
# Dummy rule to stop make trying to rebuild removed or renamed headers
# Dummy rule to stop make trying to rebuild removed or renamed headers
%.h
:
%.h
:
...
...
configure
View file @
57b4a3dd
...
@@ -3214,23 +3214,10 @@ if enabled source_path_used; then
...
@@ -3214,23 +3214,10 @@ if enabled source_path_used; then
"
"
FILES
=
"
FILES
=
"
Makefile
Makefile
common.mak
subdir.mak
doc/Makefile
doc/texi2pod.pl
doc/texi2pod.pl
libavcodec/Makefile
libavcodec/
${
arch
}
/Makefile
libavdevice/Makefile
libavfilter/Makefile
libavfilter/
${
arch
}
/Makefile
libavformat/Makefile
libavutil/Makefile
libpostproc/Makefile
libswscale/Makefile
tests/Makefile
"
"
map
'mkdir -p $v'
$DIRS
;
map
'mkdir -p $v'
$DIRS
;
map
'
test -f "$source_path/$v" &&
$ln_s "$source_path/$v" $v'
$FILES
map
'$ln_s "$source_path/$v" $v'
$FILES
fi
fi
config_files
=
"
$TMPH
config.mak"
config_files
=
"
$TMPH
config.mak"
...
...
libavcodec/Makefile
View file @
57b4a3dd
...
@@ -649,7 +649,7 @@ OBJS-$(CONFIG_MLIB) += mlib/dsputil_mlib.o \
...
@@ -649,7 +649,7 @@ OBJS-$(CONFIG_MLIB) += mlib/dsputil_mlib.o \
# well.
# well.
OBJS-$(!CONFIG_SMALL)
+=
inverse.o
OBJS-$(!CONFIG_SMALL)
+=
inverse.o
-include
$(SUBDIR)$(ARCH)/Makefile
-include
$(S
RC_PATH)/$(S
UBDIR)$(ARCH)/Makefile
SKIPHEADERS
+=
%_tablegen.h
\
SKIPHEADERS
+=
%_tablegen.h
\
%_tables.h
\
%_tables.h
\
...
@@ -678,7 +678,7 @@ DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86
...
@@ -678,7 +678,7 @@ DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86
CLEANFILES
=
*
_tables.c
*
_tables.h
*
_tablegen
$(HOSTEXESUF)
CLEANFILES
=
*
_tables.c
*
_tables.h
*
_tablegen
$(HOSTEXESUF)
include
$(S
UBDIR)..
/subdir.mak
include
$(S
RC_PATH)
/subdir.mak
$(SUBDIR)dct-test$(EXESUF)
:
$(SUBDIR)dctref.o
$(SUBDIR)dct-test$(EXESUF)
:
$(SUBDIR)dctref.o
...
...
libavdevice/Makefile
View file @
57b4a3dd
...
@@ -29,4 +29,4 @@ OBJS-$(CONFIG_LIBDC1394_INDEV) += libdc1394.o
...
@@ -29,4 +29,4 @@ OBJS-$(CONFIG_LIBDC1394_INDEV) += libdc1394.o
SKIPHEADERS-$(HAVE_ALSA_ASOUNDLIB_H)
+=
alsa-audio.h
SKIPHEADERS-$(HAVE_ALSA_ASOUNDLIB_H)
+=
alsa-audio.h
SKIPHEADERS-$(HAVE_SNDIO_H)
+=
sndio_common.h
SKIPHEADERS-$(HAVE_SNDIO_H)
+=
sndio_common.h
include
$(S
UBDIR)..
/subdir.mak
include
$(S
RC_PATH)
/subdir.mak
libavfilter/Makefile
View file @
57b4a3dd
...
@@ -58,8 +58,8 @@ OBJS-$(CONFIG_NULLSRC_FILTER) += vsrc_nullsrc.o
...
@@ -58,8 +58,8 @@ OBJS-$(CONFIG_NULLSRC_FILTER) += vsrc_nullsrc.o
OBJS-$(CONFIG_NULLSINK_FILTER)
+=
vsink_nullsink.o
OBJS-$(CONFIG_NULLSINK_FILTER)
+=
vsink_nullsink.o
-include
$(SUBDIR)$(ARCH)/Makefile
-include
$(S
RC_PATH)/$(S
UBDIR)$(ARCH)/Makefile
DIRS
=
x86
DIRS
=
x86
include
$(S
UBDIR)..
/subdir.mak
include
$(S
RC_PATH)
/subdir.mak
libavformat/Makefile
View file @
57b4a3dd
...
@@ -336,6 +336,6 @@ OBJS-$(CONFIG_JACK_INDEV) += timefilter.o
...
@@ -336,6 +336,6 @@ OBJS-$(CONFIG_JACK_INDEV) += timefilter.o
EXAMPLES
=
output
EXAMPLES
=
output
TESTPROGS
=
timefilter
TESTPROGS
=
timefilter
include
$(S
UBDIR)..
/subdir.mak
include
$(S
RC_PATH)
/subdir.mak
$(SUBDIR)output-example$(EXESUF)
:
ELIBS = -lswscale
$(SUBDIR)output-example$(EXESUF)
:
ELIBS = -lswscale
libavutil/Makefile
View file @
57b4a3dd
...
@@ -82,6 +82,6 @@ DIRS = arm bfin sh4 x86
...
@@ -82,6 +82,6 @@ DIRS = arm bfin sh4 x86
ARCH_HEADERS
=
bswap.h intmath.h intreadwrite.h timer.h
ARCH_HEADERS
=
bswap.h intmath.h intreadwrite.h timer.h
include
$(S
UBDIR)..
/subdir.mak
include
$(S
RC_PATH)
/subdir.mak
$(SUBDIR)lzo-test$(EXESUF)
:
ELIBS = -llzo2
$(SUBDIR)lzo-test$(EXESUF)
:
ELIBS = -llzo2
libpostproc/Makefile
View file @
57b4a3dd
...
@@ -5,4 +5,4 @@ HEADERS = postprocess.h
...
@@ -5,4 +5,4 @@ HEADERS = postprocess.h
OBJS
=
postprocess.o
OBJS
=
postprocess.o
include
$(S
UBDIR)..
/subdir.mak
include
$(S
RC_PATH)
/subdir.mak
libswscale/Makefile
View file @
57b4a3dd
...
@@ -22,4 +22,4 @@ TESTPROGS = colorspace swscale
...
@@ -22,4 +22,4 @@ TESTPROGS = colorspace swscale
DIRS
=
bfin mlib ppc sparc x86
DIRS
=
bfin mlib ppc sparc x86
include
$(S
UBDIR)..
/subdir.mak
include
$(S
RC_PATH)
/subdir.mak
subdir.mak
View file @
57b4a3dd
SRC_DIR := $(SRC_PATH)/lib$(NAME)
SRC_DIR := $(SRC_PATH)/lib$(NAME)
include $(S
UBDIR)..
/common.mak
include $(S
RC_PATH)
/common.mak
LIBVERSION := $(lib$(NAME)_VERSION)
LIBVERSION := $(lib$(NAME)_VERSION)
LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
...
...
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