I followed what has been told in https://trac.ffmpeg.org/wiki/CompilationGuide/WinRT
Unfortunately, I got a lot of warnings when building the FFmpeg from Windows 10 x64. This is the one of the warning that I got when I run the make command:
I couldn't find Build/Windows10/x64 folder that is supposed to contain all the generated libraries. Please help....
Does it mean the FFmpeg wasn't installed correctly? Please help me...
Would someone please explain the solution?
+ Reply to Thread
Results 1 to 7 of 7
-
-
"unreferenced local variable" isn't a problem. It's simply telling you that a local variable was declared but never used.
"size_t to int" probably isn't a problem. Look at the code to see if there could be a numeric overflow. -
Something tells me "look at the code" is not an option here.
You posted the middle of the output which is not instructive. What are the last couple of lines from each of the configure, make, and make install commands? -
The result of each commands?
Configure:
Code:Enabled indevs: lavfi Enabled outdevs: License: LGPL version 2.1 or later Creating configuration files ...
Code:MAN doc/ffmpeg-bitstream-filters.1 MAN doc/ffmpeg-formats.1 MAN doc/ffmpeg-protocols.1 MAN doc/ffmpeg-devices.1 MAN doc/ffmpeg-filters.1 MAN doc/libavutil.3 MAN doc/libswscale.3 MAN doc/libswresample.3 MAN doc/libavcodec.3 MAN doc/libavformat.3 MAN doc/libavdevice.3 MAN doc/libavfilter.3 TXT doc/fate.txt
Code:INSTALL libavdevice/avdevice.dll STRIP install-libavdevice-shared skipping strip ../../../Build/Windows10/x64/bin/avdevice-57.dll INSTALL libavdevice/avdevice.dll INSTALL libavdevice/avdevice.dll INSTALL libavfilter/avfilter.dll STRIP install-libavfilter-shared skipping strip ../../../Build/Windows10/x64/bin/avfilter-6.dll INSTALL libavfilter/avfilter.dll INSTALL libavfilter/avfilter.dll INSTALL libavformat/avformat.dll STRIP install-libavformat-shared skipping strip ../../../Build/Windows10/x64/bin/avformat-57.dll INSTALL libavformat/avformat.dll INSTALL libavformat/avformat.dll INSTALL libavcodec/avcodec.dll STRIP install-libavcodec-shared skipping strip ../../../Build/Windows10/x64/bin/avcodec-57.dll INSTALL libavcodec/avcodec.dll INSTALL libavcodec/avcodec.dll INSTALL libswresample/swresample.dll STRIP install-libswresample-shared skipping strip ../../../Build/Windows10/x64/bin/swresample-2.dll INSTALL libswresample/swresample.dll INSTALL libswresample/swresample.dll INSTALL libswscale/swscale.dll STRIP install-libswscale-shared skipping strip ../../../Build/Windows10/x64/bin/swscale-4.dll INSTALL libswscale/swscale.dll INSTALL libswscale/swscale.dll INSTALL libavutil/avutil.dll STRIP install-libavutil-shared skipping strip ../../../Build/Windows10/x64/bin/avutil-55.dll INSTALL libavutil/avutil.dll INSTALL libavutil/avutil.dll . . . . . INSTALL c/ffmpeginterop/ffmpeg/libavutil/version.h INSTALL c/ffmpeginterop/ffmpeg/libavutil/xtea.h INSTALL c/ffmpeginterop/ffmpeg/libavutil/tea.h INSTALL c/ffmpeginterop/ffmpeg/libavutil/lzo.h INSTALL libavutil/avconfig.h INSTALL libavutil/ffversion.h INSTALL libavutil/libavutil.pc
Similar Threads
-
Please help on my 2-pass (Windows) ffmpeg cmd (SOLVED)
By SameSelf in forum Video ConversionReplies: 2Last Post: 26th May 2017, 12:41 -
Building a new PC... plan on doing a lot of video editing.
By lordhutt in forum ComputerReplies: 83Last Post: 24th Aug 2016, 11:52 -
Building new computer... Replacement for Windows Media Center?
By gastrof in forum Newbie / General discussionsReplies: 14Last Post: 22nd Jun 2016, 15:09 -
how to use ffmpeg builds for windows
By oduodui in forum EditingReplies: 2Last Post: 3rd Jul 2015, 07:19 -
Convert MPEG2 to progressive and real fps, ffmpeg warnings, etc
By Wader8 in forum Newbie / General discussionsReplies: 6Last Post: 1st Sep 2014, 16:11