test/avcenc: link with -lpthread.
authorZhao Yakui <yakui.zhao@intel.com>
Wed, 1 Aug 2012 19:52:56 +0000 (15:52 -0400)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 1 Aug 2012 08:28:52 +0000 (10:28 +0200)
commit2469fe878e55eddc37a15878e24b767bd6d8a33d
tree6e4f14d64fc5b497b7ef331d1fa680218f0e1635
parentd4c88950dafefead1a775c0ae6636917e23339fd
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