* fix syntax error due to nested comment
svn path=/nixpkgs/trunk/; revision=9502
This commit is contained in:
parent
e87c6a6793
commit
b46d7a86f6
@ -3825,7 +3825,7 @@ rec {
|
|||||||
sox = import ../applications/misc/audio/sox {
|
sox = import ../applications/misc/audio/sox {
|
||||||
inherit fetchurl stdenv lib mkDerivationByConfigruation;
|
inherit fetchurl stdenv lib mkDerivationByConfigruation;
|
||||||
# optional features
|
# optional features
|
||||||
inherit alsaLib /*libao*/;
|
inherit alsaLib; # libao
|
||||||
inherit libsndfile libogg flac libmad lame libsamplerate;
|
inherit libsndfile libogg flac libmad lame libsamplerate;
|
||||||
# Using the default nix ffmpeg I get this error when linking
|
# Using the default nix ffmpeg I get this error when linking
|
||||||
# .libs/libsox_la-ffmpeg.o: In function `audio_decode_frame':
|
# .libs/libsox_la-ffmpeg.o: In function `audio_decode_frame':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user