Mercurial > mplayer.hg
changeset 30179:8527598ceac6
Remove pointless printf call in libmp3lame test.
author | diego |
---|---|
date | Mon, 04 Jan 2010 22:29:55 +0000 |
parents | 79d654423b9a |
children | 189535169fa2 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Jan 04 22:28:44 2010 +0000 +++ b/configure Mon Jan 04 22:29:55 2010 +0000 @@ -7489,7 +7489,7 @@ cat > $TMPC <<EOF #include <lame/lame.h> int main(void) { lame_version_t lv; (void) lame_init(); - get_lame_version_numerical(&lv); printf("%d%d\n",lv.major,lv.minor); + get_lame_version_numerical(&lv); return 0; } EOF cc_check -lmp3lame $_ld_lm && _mp3lame=yes