[FFmpeg-cvslog] tests/Makefile: Add FRAMECRC function

Andreas Rheinhardt git at videolan.org
Thu Apr 28 04:24:02 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sat Apr 16 21:41:29 2022 +0200| [0bc3ab3a5e56b7ddf0f938e27f6d45cc29361e2b] | committer: Andreas Rheinhardt

tests/Makefile: Add FRAMECRC function

Intended for scenarios that currently use DEMDEC, but are missing
the requirements that are implicitly needed by framecrc.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0bc3ab3a5e56b7ddf0f938e27f6d45cc29361e2b
---

 tests/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/Makefile b/tests/Makefile
index e175631258..1c9e3594c0 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -88,6 +88,9 @@ REMUX = $(call ALLYES, $(firstword $(1))_MUXER $(lastword $(1))_DEMUXER \
 
 DEMDEC  = $(call ALLYES, $(1)_DEMUXER $(2:%=%_DECODER) $(3) FILE_PROTOCOL)
 ENCMUX  = $(call ALLYES, $(1:%=%_ENCODER) $(2)_MUXER   $(3))
+FRAMECRC = $(call ALLYES, $(1)_DEMUXER $(2:%=%_DECODER) $(3)                  \
+                          PCM_S16LE_ENCODER RAWVIDEO_ENCODER FRAMECRC_MUXER   \
+                          PIPE_PROTOCOL FILE_PROTOCOL)
 
 DEMMUX  = $(call ALLYES, $(1)_DEMUXER $(2)_MUXER $(3) FILE_PROTOCOL)
 



More information about the ffmpeg-cvslog mailing list