diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-07-25 13:25:58 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-07-28 02:02:19 +0200 |
commit | 755834e94f46eb1c0cdba28cccf2475ecec3662b (patch) | |
tree | f08ca102e14f0d6714f6aa77dc6e916e1cc00808 /configure | |
parent | 8ebacfb598933f66ff34ad1b12cb1aa14928ac73 (diff) | |
download | ffmpeg-755834e94f46eb1c0cdba28cccf2475ecec3662b.tar.gz |
build: Rename YASMDEP variable to DEPYASM for consistency
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3411,7 +3411,7 @@ DEPCCFLAGS=$DEPCCFLAGS \$(CPPFLAGS) DEPAS=$as DEPASFLAGS=$DEPASFLAGS \$(CPPFLAGS) YASM=$yasmexe -YASMDEP=$yasmexe +DEPYASM=$yasmexe AR=$ar RANLIB=$ranlib LN_S=$ln_s |