test/avcenc: link with -lpthread.
authorZhao Yakui <yakui.zhao@intel.com>
Wed, 1 Aug 2012 19:52:56 +0000 (15:52 -0400)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 28 May 2013 08:46:48 +0000 (16:46 +0800)
commitbe23f651ed8dfc57953a654ee39f25fae114a127
treed63a0acf79478880a0f104295198a0cee0703bd3
parent3a847256fecdfe4a6138e73d85a5a607e8569ec4
test/avcenc: link with -lpthread.

Otherwise it will complain during compiling:
usr/bin/ld: avcenc.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_create@@GLIBC_2.2.5' is defined in DSO

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
test/encode/Makefile.am