I am working on a project that involves FFMPEG and x264. I am using MinGW-w64 as my host environment with CLion IDE. When I try to build my project, it throws an error of 'undefined reference to x264_encoder_open_142'. I researched this error a bit and it might be related to multiple version issues. Some others said try building x264 with the '--disable-lavf'. I tried the latter and the same issue still shows up. I also removed '--enable-libx264' from the FFMPEG options, and still the same issue. Could there be conflicts between the '.dll' and the '.a'? Conflicts between the 'libx264.lib' and the 'libx264.a'? Are there any other suggestions?
Any help would be much appreciated.
