Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
07a873a2
Commit
07a873a2
authored
Jan 25, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Automatically include architecture-specific library Makefile snippets.
parent
366ac22e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
4 deletions
+1
-4
Makefile
Makefile
+1
-0
Makefile
libavcodec/Makefile
+0
-2
Makefile
libavfilter/Makefile
+0
-2
No files found.
Makefile
View file @
07a873a2
...
...
@@ -112,6 +112,7 @@ define DOSUBDIR
$(foreach
V,$(SUBDIR_VARS),$(eval
$(call
RESET,$(V))))
SUBDIR
:=
$
(
1
)
/
include
$(SRC_PATH)/$(1)/Makefile
-include
$(SRC_PATH)/$(1)/$(ARCH)/Makefile
include
$(SRC_PATH)/library.mak
endef
...
...
libavcodec/Makefile
View file @
07a873a2
...
...
@@ -670,8 +670,6 @@ OBJS-$(CONFIG_MLIB) += mlib/dsputil_mlib.o \
# well.
OBJS-$(!CONFIG_SMALL)
+=
inverse.o
-include
$(SRC_PATH)/$(SUBDIR)$(ARCH)/Makefile
SKIPHEADERS
+=
%_tablegen.h
\
%_tables.h
\
aac_tablegen_decl.h
\
...
...
libavfilter/Makefile
View file @
07a873a2
...
...
@@ -69,8 +69,6 @@ OBJS-$(CONFIG_TESTSRC_FILTER) += vsrc_testsrc.o
OBJS-$(CONFIG_NULLSINK_FILTER)
+=
vsink_nullsink.o
-include
$(SRC_PATH)/$(SUBDIR)$(ARCH)/Makefile
DIRS
=
x86
TOOLS
=
graph2dot lavfi-showfiltfmts
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