Skip to content

Commit

Permalink
multimedia/ffmpeg: don't require binutils on powerpc / powerpc64
Browse files Browse the repository at this point in the history
Builds fine without it.
  • Loading branch information
pkubaj committed Apr 27, 2022
1 parent c3320e4 commit 656c1fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions multimedia/ffmpeg/Makefile
Expand Up @@ -19,8 +19,6 @@ BUILD_DEPENDS_amd64= nasm:devel/nasm
BUILD_DEPENDS_armv6= as:devel/binutils
BUILD_DEPENDS_armv7= as:devel/binutils
BUILD_DEPENDS_i386= nasm:devel/nasm
BUILD_DEPENDS_powerpc64=as:devel/binutils
BUILD_DEPENDS_powerpc= as:devel/binutils

HAS_CONFIGURE= yes
CONFIGURE_LOG= ffbuild/config.log
Expand Down

0 comments on commit 656c1fb

Please sign in to comment.