ovito: Switch from avlib to ffmpeg (avlib is likely going away)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchFromGitLab, cmake
|
||||
, boost, netcdf, hdf5, fftwSinglePrec, muparser, openssl, libav, python
|
||||
, boost, netcdf, hdf5, fftwSinglePrec, muparser, openssl, ffmpeg, python
|
||||
, qtbase, qtsvg, qttools, qscintilla }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
fftwSinglePrec
|
||||
muparser
|
||||
openssl
|
||||
libav
|
||||
ffmpeg
|
||||
python
|
||||
qtbase qtsvg qttools qscintilla
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user