Debian Automated Code Analysis

checkbashisms analysis of mlt_0.5.6+git20100727-1.dsc

possible bashism in ./src/modules/avformat/configure line 129 (echo -e):
		echo -e "#include <libavcodec/vdpau.h>\n int main(){ VdpBitstreamBuffer test; test.struct_version; return 0;}" | gcc -I"`pwd`/ffmpeg" $CFLAGS -c -x c -  >/dev/null 2>&1
possible bashism in ./src/modules/avformat/configure line 153 (echo -e):
			echo -e "#include <libavcodec/vdpau.h>\n int main(){ VdpBitstreamBuffer test; test.struct_version; return 0;}" | gcc -I"$static_ffmpeg" $CFLAGS -c -x c -  >/dev/null 2>&1
possible bashism in ./src/modules/avformat/configure line 184 (echo -e):
		echo -e "#include <libavcodec/vdpau.h>\n int main(){ VdpBitstreamBuffer test; test.struct_version; return 0;}" | gcc -I"$(pkg-config --cflags libavformat)" -I"$shared_ffmpeg/include" $CFLAGS -c -x c -  >/dev/null 2>&1

This report was generated on Fri, 17 Dec 2010 03:38:23 +0000, based on results by checkbashisms 2.10.65git5