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
30e9ef21
Commit
30e9ef21
authored
Mar 18, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
timefilter-test: Only compile timefilter-test if JACK is enabled
parent
48362cea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
libavdevice/Makefile
+1
-1
libavdevice.mak
tests/fate/libavdevice.mak
+1
-1
No files found.
libavdevice/Makefile
View file @
30e9ef21
...
...
@@ -33,4 +33,4 @@ OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
SKIPHEADERS-$(HAVE_ALSA_ASOUNDLIB_H)
+=
alsa.h
SKIPHEADERS-$(HAVE_SNDIO_H)
+=
sndio.h
TESTPROGS
=
timefilter
TESTPROGS
-$(CONFIG_JACK_INDEV)
+
=
timefilter
tests/fate/libavdevice.mak
View file @
30e9ef21
FATE_LIBAVDEVICE-
yes
+= fate-timefilter
FATE_LIBAVDEVICE-
$(CONFIG_JACK_INDEV)
+= fate-timefilter
fate-timefilter: libavdevice/timefilter-test$(EXESUF)
fate-timefilter: CMD = run libavdevice/timefilter-test
...
...
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