id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	blockedby	blocking	reproduced	analyzed
1613	twolame detection is deficient (needs to check version/capability)	nieder		"OS X 10.7, Xcode 4.1

When compiling git-master yesterday with --enable-libtwolame added for the first time, I ran into this compilation failure:

{{{
CC    libavcodec/libtwolame.o
/src/ffmpeg/libavcodec/libtwolame.c:59:25: error: use of undeclared identifier 'TWOLAME_SAMPLES_PER_FRAME'
    avctx->frame_size = TWOLAME_SAMPLES_PER_FRAME; 
}}}

I had twolame-0.3.6 installed, including the dev package (headers, etc) during this failure.  Updating to twolame-0.3.13, the build succeeded.  The twolame configure check needs to check for twolame capabilities, not just the presence of the header and library."	defect	closed	normal	build system	git-master	invalid					0	0
