ffmpeg: split into multiple outputs

Also fix some referrers.
This commit is contained in:
Vladimír Čunát
2015-10-13 20:18:57 +02:00
parent 493c947e4a
commit 4a571ba0dd
8 changed files with 19 additions and 10 deletions
+2 -2
View File
@@ -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 = ''