This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
timefilter-test: Only compile timefilter-test if JACK is enabled
tags/n3.1
Diego Biurrun
9 years ago
parent
48362ceade
commit
30e9ef21ce
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavdevice/Makefile
+1
-1
tests/fate/libavdevice.mak
+ 1
- 1
libavdevice/Makefile
View File
@@ -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
+ 1
- 1
tests/fate/libavdevice.mak
View File
@@ -1,4 +1,4 @@
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
Loading…
Cancel
Save