Skip to content

Commit

Permalink
compile_msndfile: commit left out changes.
Browse files Browse the repository at this point in the history
Commit changes I accidentally left out of commit
d915d60.
  • Loading branch information
marcecj committed Apr 16, 2012
1 parent 1023cc5 commit 3400669
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compile_msndfile.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
mex_opts = [mex_opts ' -largeArrayDims'];
end

extra_flags = '';
if ispc && have_stdint_h
extra_flags = '-DHAVE_STDINT_H';
else
elseif ~ispc
% needed with GCC >= 4.5, otherwise Matlab crashes
extra_flags = '-fno-reorder-blocks';
end
Expand Down

0 comments on commit 3400669

Please sign in to comment.