From 59abbf2190da3ae192dc6f67a9064ec3147f725b Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Sat, 2 Oct 2021 21:42:53 +0000 Subject: rtmpdump: add ffmpeg to UP_TRIGGERS --- video/rtmpdump/HISTORY | 2 +- video/rtmpdump/UP_TRIGGERS | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'video') diff --git a/video/rtmpdump/HISTORY b/video/rtmpdump/HISTORY index 07dcdb1cf4..88f866e95f 100644 --- a/video/rtmpdump/HISTORY +++ b/video/rtmpdump/HISTORY @@ -4,7 +4,7 @@ * CONFIGURE: added, for SSL lib selection * DEPENDS: added, for missing SSL dependency * INSTALL: added, for install targets - * UP_TRIGGERS: added, to recast curl + * UP_TRIGGERS: added, to recast curl and ffmpeg * PRE_BUILD: removed, not needed 2012-01-29 Ladislav Hagara diff --git a/video/rtmpdump/UP_TRIGGERS b/video/rtmpdump/UP_TRIGGERS index 516f7736df..a692c47130 100755 --- a/video/rtmpdump/UP_TRIGGERS +++ b/video/rtmpdump/UP_TRIGGERS @@ -1,3 +1,7 @@ if spell_ok curl && is_depends_enabled curl ${SPELL}; then up_trigger curl check_self +fi && + +if spell_ok ffmpeg && is_depends_enabled ffmpeg ${SPELL}; then + up_trigger ffmpeg check_self fi -- cgit v1.2.3