Re: [FFmpeg-devel] [PATCH] configure: disallow OpenCL with shared libs

2014-09-17 Thread Michael Niedermayer
On Thu, Aug 28, 2014 at 12:14:48AM -0300, James Almer wrote: > On 27/08/14 11:53 PM, Wei Gao wrote: > > 2014-08-13 9:45 GMT+08:00 Timothy Gu : > > > >> On Aug 12, 2014 6:43 PM, "highgod0401" wrote: > >> > >>> Hi > >>> > >>> Warning is OK for me. > >> > >> Do you plan to change the API? > >> > >

Re: [FFmpeg-devel] [PATCH] configure: disallow OpenCL with shared libs

2014-08-27 Thread James Almer
On 27/08/14 11:53 PM, Wei Gao wrote: > 2014-08-13 9:45 GMT+08:00 Timothy Gu : > >> On Aug 12, 2014 6:43 PM, "highgod0401" wrote: >> >>> Hi >>> >>> Warning is OK for me. >> >> Do you plan to change the API? >> > > Hi > > Sorry for the late reply, could you tell me more details? How to change >

Re: [FFmpeg-devel] [PATCH] configure: disallow OpenCL with shared libs

2014-08-27 Thread Timothy Gu
On Wed, Aug 27, 2014 at 7:53 PM, Wei Gao wrote: > 2014-08-13 9:45 GMT+08:00 Timothy Gu : > >> On Aug 12, 2014 6:43 PM, "highgod0401" wrote: >> >> > Hi >> > >> > Warning is OK for me. >> >> Do you plan to change the API? >> > > Hi > > Sorry for the late reply, could you tell me more details? How

Re: [FFmpeg-devel] [PATCH] configure: disallow OpenCL with shared libs

2014-08-27 Thread Wei Gao
2014-08-13 9:45 GMT+08:00 Timothy Gu : > On Aug 12, 2014 6:43 PM, "highgod0401" wrote: > > > Hi > > > > Warning is OK for me. > > Do you plan to change the API? > Hi Sorry for the late reply, could you tell me more details? How to change it? I will change it according your suggestion. Thanks

Re: [FFmpeg-devel] [PATCH] configure: disallow OpenCL with shared libs

2014-08-12 Thread Timothy Gu
On Aug 12, 2014 6:43 PM, "highgod0401" wrote: > Hi > > Warning is OK for me. Do you plan to change the API? [...] Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] configure: disallow OpenCL with shared libs

2014-08-12 Thread highgod0401
highgod0401 From: James Almer Date: 2014-08-13 07:28 To: FFmpeg development discussions and patches CC: highgod0401; weigao Subject: Re: [FFmpeg-devel] [PATCH] configure: disallow OpenCL with shared libs On 12/08/14 8:13 PM, Michael Niedermayer wrote: > On Tue, Aug 12, 2014 at 07:31:5

Re: [FFmpeg-devel] [PATCH] configure: disallow OpenCL with shared libs

2014-08-12 Thread James Almer
On 12/08/14 8:13 PM, Michael Niedermayer wrote: > On Tue, Aug 12, 2014 at 07:31:58PM -0300, James Almer wrote: >> On 11/08/14 11:33 PM, Michael Niedermayer wrote: >>> Its API is marked as experimental, we should not export experimental API >>> from shared libs >>> >>> Signed-off-by: Michael Niederm

Re: [FFmpeg-devel] [PATCH] configure: disallow OpenCL with shared libs

2014-08-12 Thread Michael Niedermayer
On Tue, Aug 12, 2014 at 07:31:58PM -0300, James Almer wrote: > On 11/08/14 11:33 PM, Michael Niedermayer wrote: > > Its API is marked as experimental, we should not export experimental API > > from shared libs > > > > Signed-off-by: Michael Niedermayer > > --- > > configure |4 +++- > > 1 fi

Re: [FFmpeg-devel] [PATCH] configure: disallow OpenCL with shared libs

2014-08-12 Thread James Almer
On 11/08/14 11:33 PM, Michael Niedermayer wrote: > Its API is marked as experimental, we should not export experimental API > from shared libs > > Signed-off-by: Michael Niedermayer > --- > configure |4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/configure b/conf

[FFmpeg-devel] [PATCH] configure: disallow OpenCL with shared libs

2014-08-11 Thread Michael Niedermayer
Its API is marked as experimental, we should not export experimental API from shared libs Signed-off-by: Michael Niedermayer --- configure |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 0ac6132..84d308e 100755 --- a/configure +++ b/configure