[Libva] [PATCH] [LIBVA]:Add link option of lpthread for avcenc to fix the DSO issue

2012-08-01 Thread yakui . zhao
From: Zhao Yakui yakui.z...@intel.com 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.z...@intel.com ---

Re: [Libva] [PATCH] [LIBVA]:Add link option of lpthread for avcenc to fix the DSO issue

2012-08-01 Thread Gwenole Beauchesne
Hi, 2012/8/1 yakui.z...@intel.com: 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 I don't see this problem but you are right, avcenc requires

[Libva] [PATCH v2, android] android-log: enable logs according to Android version

2012-08-01 Thread Daniel Charles
Log functions available are now Android compatible and log statements will show on user space android logging system. Defined a LOG_TAG and make it available for all versions of Android. Signed-off-by: Daniel Charles daniel.char...@intel.com --- va/Android.mk | 13 +++-- va/sysdeps.h

Re: [Libva] [PATCH v2, android] android-log: enable logs according to Android version

2012-08-01 Thread Charles, Daniel
On Wed, Aug 1, 2012 at 12:28 PM, Daniel Charles daniel.char...@intel.com wrote: Log functions available are now Android compatible and log statements will show on user space android logging system. Defined a LOG_TAG and make it available for all versions of Android. Signed-off-by: Daniel

Re: [Libva] [PATCH v2 1/7] API: add support for raw DRM.

2012-08-01 Thread Huang, Haitao
On Wed, Aug 1, 2012 at 8:56 PM, Yuan, Shengquan shengquan.y...@gmail.com wrote: On Thu, Aug 2, 2012 at 12:45 AM, Huang, Haitao haitao.hu...@intel.com wrote: Hi, On Android, surface flinger will be the master because it comes up first. However, we do not need DRM authentication. DRM