summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-31 21:27:05 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-06-01 14:56:50 +0200
commitbdfe9d5418ec27c7877119f17d1c6f2a035d5103 (patch)
tree1375bd0129b7e9408772af9eb0aab7793887eae4 /tests/Makefile
parentf55c91497d4d16d393ae9c034bd3032a683802ca (diff)
downloadffmpeg-bdfe9d5418ec27c7877119f17d1c6f2a035d5103.tar.gz
tests/Makefile: Add PCM function
For use with the "pcm" command. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 035bdf783e..d9c509a415 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -108,6 +108,10 @@ FRAMECRC = $(call ALLYES, $(1)_DEMUXER $(2:%=%_DECODER) $(3) \
PCM_S16LE_ENCODER RAWVIDEO_ENCODER FRAMECRC_MUXER \
PIPE_PROTOCOL FILE_PROTOCOL)
+# Variant of DEMDEC for use with the "pcm" command.
+PCM = $(call ALLYES, $(1)_DEMUXER $(2)_DECODER $(3) FILE_PROTOCOL \
+ PCM_S16LE_ENCODER PCM_S16LE_MUXER PIPE_PROTOCOL)
+
DEMMUX = $(call ALLYES, $(1)_DEMUXER $(2)_MUXER $(3) FILE_PROTOCOL)
# Variant of FRAMECRC for the cases with -lavfi where no demuxer is involved.