Skip to content

Commit

Permalink
tor-browser-bundle-bin: use ffmpeg instead of ffmpeg_3 (#120653)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Apr 27, 2021
1 parent ad21fe6 commit f5f0c3b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -29,7 +29,7 @@

# Media support (implies audio support)
, mediaSupport ? true
, ffmpeg_3
, ffmpeg

, gmp

Expand Down Expand Up @@ -81,7 +81,7 @@ let
]
++ optionals pulseaudioSupport [ libpulseaudio ]
++ optionals mediaSupport [
ffmpeg_3
ffmpeg
];

# Library search path for the fte transport
Expand Down

0 comments on commit f5f0c3b

Please sign in to comment.