ffmpeg: split into multiple outputs
Also fix some referrers.
This commit is contained in:
@@ -28,8 +28,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postPatch = stdenv.lib.optionalString (ffmpeg != null) ''
|
||||
substituteInPlace converter_ffmpeg.cpp \
|
||||
--replace '"ffmpeg"' '"${ffmpeg}/bin/ffmpeg"' \
|
||||
--replace '"ffmpeg ' '"${ffmpeg}/bin/ffmpeg '
|
||||
--replace '"ffmpeg"' '"${ffmpeg.bin}/bin/ffmpeg"' \
|
||||
--replace '"ffmpeg ' '"${ffmpeg.bin}/bin/ffmpeg '
|
||||
'';
|
||||
|
||||
configurePhase = ''
|
||||
|
||||
Reference in New Issue
Block a user