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
8b8899ac
Commit
8b8899ac
authored
Oct 20, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: Declare avcodec/avformat deps in the respective Makefile snippets
parent
e273a1a5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
Makefile
tests/Makefile
+0
-3
libavcodec.mak
tests/fate/libavcodec.mak
+1
-0
libavformat.mak
tests/fate/libavformat.mak
+1
-0
No files found.
tests/Makefile
View file @
8b8899ac
...
...
@@ -92,9 +92,6 @@ include $(SRC_PATH)/tests/fate/wma.mak
FATE_AVCONV
+=
$
(
FATE_AVCONV-yes
)
FATE-$(CONFIG_AVCONV)
+=
$(FATE_AVCONV)
FATE-$(CONFIG_AVCODEC)
+=
$(FATE_LIBAVCODEC)
FATE-$(CONFIG_AVFORMAT)
+=
$(FATE_LIBAVFORMAT)
FATE_SAMPLES_AVCONV
+=
$
(
FATE_SAMPLES_AVCONV-yes
)
FATE_SAMPLES-$(CONFIG_AVCONV)
+=
$(FATE_SAMPLES_AVCONV)
FATE_SAMPLES
+=
$
(
FATE_SAMPLES-yes
)
...
...
tests/fate/libavcodec.mak
View file @
8b8899ac
...
...
@@ -13,4 +13,5 @@ fate-rangecoder: CMD = run libavcodec/rangecoder-test
fate-rangecoder: CMP = null
fate-rangecoder: REF = /dev/null
FATE-$(CONFIG_AVCODEC) += $(FATE_LIBAVCODEC)
fate-libavcodec: $(FATE_LIBAVCODEC)
tests/fate/libavformat.mak
View file @
8b8899ac
...
...
@@ -2,4 +2,5 @@ FATE_LIBAVFORMAT += fate-url
fate-url: libavformat/url-test$(EXESUF)
fate-url: CMD = run libavformat/url-test
FATE-$(CONFIG_AVFORMAT) += $(FATE_LIBAVFORMAT)
fate-libavformat: $(FATE_LIBAVFORMAT)
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