Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-27 Thread Rayden
Could you please tell me what are the default paths or how can I find it. I tried putting the lib and include files inside usr/lib and include but its still not detecting. Besides do I need to change the file name of the lib file? Becaise the x264 lib file name is "libx264.lib". But I am getting th

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-27 Thread Rayden
I managed to compile the libx264 in win 10 x64 environment. But I am not able to compile ffmpeg with --libx264-enabled(gpl is enabled too). It says "LINK : fatal error LNK1181: cannot open input file 'x264.lib' " ERROR: libx264 not found My lib file name is "libx264.dll.lib", Where do I need to pl

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-26 Thread Farid Zakaria
The website has some pretty clear documents on how to do it. Just add --libx264 and make sure the shared libraries are in a default path (or you can add to the LD_LIBRARY_PATH) On 25 Jan 2016 10:21 p.m., "Rayden" wrote: > Is there anyone who could help in this? > > > > -- > View this message in

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-25 Thread Rayden
Is there anyone who could help in this? -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Compiling-ffmpeg-with-libx264-tp4674076p4674112.html Sent from the FFmpeg-users mailing list archive at Nabble.com. ___ ffmpeg-user maili

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-19 Thread Krishnan Unni
Hi Henrik I tried launching msys2 from mingw64 shell. But still receiving the same error. I am using windows 10 x64. I am trying to get a dll for libx264 which can work with visual studio 2015 projects and WinRT app just like ffmpeg. This is how I compiled ffmpeg for win10rt: https://trac.ffmpe

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-19 Thread Krishnan Unni
Moritz Barsnick gmx.net> writes: > > On Thu, Jan 14, 2016 at 07:14:26 -0500, Krishnan Unni wrote: > > successfully. But when I try to compile x264 lib based on the guide > > provided in ffmpeg wiki it's failing saying "could not identify os" > > I can't even find that string or a similar one in

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-15 Thread Rayden
Sorry for the vague error. Here is the exact error message when I type "./configure --enable-shared" The error is "unknown system pc-msys, edit the configure". -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Compiling-ffmpeg-with-libx264-tp4674076p4674091.html Sent fro

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-15 Thread Moritz Barsnick
On Thu, Jan 14, 2016 at 07:14:26 -0500, Krishnan Unni wrote: > successfully. But when I try to compile x264 lib based on the guide > provided in ffmpeg wiki it's failing saying "could not identify os" I can't even find that string or a similar one in the libx264 source tree. (Using 0c21480 from 20

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-14 Thread Rayden
Hi I tried contacting the user community in the mail address provided. Didn't receive any response, that's why I came here. Thought there would be people who would have done this and willing to help. My apologies if this is the wrong place to put this. -- View this message in context: http://ff

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-14 Thread Lou
On Thu, 14 Jan 2016 07:14:26 -0500 Krishnan Unni wrote: > I am able to compile ffmpeg alone successfully. But when I try to > compile x264 lib based on the guide provided in ffmpeg wiki it's > failing saying "could not identify os" If you're having problems compiling x264 you should get help fro