tests: add missing -lpthread link option.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 9 Oct 2012 04:21:59 +0000 (06:21 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 9 Oct 2012 04:21:59 +0000 (06:21 +0200)
commit86484495155e65fd8ac33ed3ede43fb42defd966
treed1ba56c02a16390b46bb749da34f5f458a754f0b
parent11ef676d6722b5d203b2eff2639de515510c5673
tests: add missing -lpthread link option.

Some tests (avcenc, mpeg2transcode) were using the pthread library but
were missing -lpthread link option. This regression was exhausted on
Fedora 15+ thanks to Yakui.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
test/encode/Makefile.am
test/transcode/Makefile.am