Skip to content

Commit

Permalink
Mk/bsd.gecko.mk: update ffmpeg dependency after 685e477
Browse files Browse the repository at this point in the history
the esr-geckos only support the older ffmpeg
  • Loading branch information
moench-tegeder committed Aug 21, 2023
1 parent d0e81da commit dc0885f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Mk/bsd.gecko.mk
Expand Up @@ -239,7 +239,11 @@ MOZ_OPTIONS+= --disable-dbus

. if ${PORT_OPTIONS:MFFMPEG}
# dom/media/platforms/ffmpeg/FFmpegRuntimeLinker.cpp
RUN_DEPENDS+= ffmpeg>=0.8,1:multimedia/ffmpeg
. if ${MOZILLA_VER:R:R} < 112
RUN_DEPENDS+= ffmpeg4>=4.4:multimedia/ffmpeg4
. else
RUN_DEPENDS+= ffmpeg>=6.0,1:multimedia/ffmpeg
. endif
. endif

. if ${PORT_OPTIONS:MLIBPROXY}
Expand Down

0 comments on commit dc0885f

Please sign in to comment.