mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
sdrangel: use ffmpeg instead of libav
This commit is contained in:
parent
2769204696
commit
7acbde998b
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ fftwFloat,
|
|||
glew,
|
||||
hackrf,
|
||||
lib,
|
||||
libav,
|
||||
ffmpeg,
|
||||
libiio,
|
||||
libopus,
|
||||
libpulseaudio,
|
||||
|
@ -44,7 +44,7 @@ mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
buildInputs = [
|
||||
glew opencv3 libusb1 boost libopus limesuite libav libiio libpulseaudio
|
||||
glew opencv3 libusb1 boost libopus limesuite ffmpeg libiio libpulseaudio
|
||||
qtbase qtwebsockets qtmultimedia rtl-sdr airspy hackrf
|
||||
fftwFloat codec2 cm256cc serialdv qtserialport
|
||||
libbladeRF uhd soapysdr-with-plugins
|
||||
|
|
Loading…
Reference in a new issue