[FFmpeg-devel] Compiling issue with x265 with ffmpeg

2016-04-19 Thread Akshat Singh
I use this guide to compile ffmpeg and other libraries but I have come to learn that for x265 to support 10 bit encoding it has to manually specified during the time of its compilation and from the information I could look up I found that I had to add another command to cmake while compiling which

Re: [FFmpeg-devel] [PATCH] colorspace.h: Remove unused macro argument.

2016-04-19 Thread Akshat Singh
How do I apply this patch? On Wed, 20 Apr 2016 at 01:24 Reimar Döffinger wrote: > --- > libavcodec/dvbsub.c | 4 ++-- > libavfilter/drawutils.c | 8 > libavfilter/vf_drawbox.c | 4 ++-- > libavutil/colorspace.h | 8 > 4 files changed, 12 insertions(+), 12 deletions(-)

Re: [FFmpeg-devel] [PATCH] colorspace.h: Remove unused macro argument.

2016-04-19 Thread Akshat Singh
I used this guide to compile ffmpeg https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu and I modified one command as I described earlier... Do I have to edit some file in my library or edit a file before compiling? On Wed, 20 Apr 2016 at 01:32 Akshat Singh wrote: > How do I apply this pa

Re: [FFmpeg-devel] Compiling issue with x265 with ffmpeg

2016-04-19 Thread Akshat Singh
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu This guide, so should I switch to the other mailing list, yes I have a 64 bit platform, I'll try compiling using the new command... On Wed, 20 Apr 2016 at 01:57 Moritz Barsnick wrote: > On Tue, Apr 19, 2016 at 19:53:07 +, Aksh

Re: [FFmpeg-devel] Compiling issue with x265 with ffmpeg

2016-04-19 Thread Akshat Singh
Thank you the adding the D fixed it! On Wed, 20 Apr 2016 at 09:36 Akshat Singh wrote: > https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu This guide, so > should I switch to the other mailing list, yes I have a 64 bit platform, > I'll try compiling using the new command... >