summaryrefslogtreecommitdiffstats
path: root/video/rtmpdump/UP_TRIGGERS
blob: a692c471306eb7e0e6a78f55535f701a3014d9d1 (plain) (blame)
1
2
3
4
5
6
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