I have cloned libvpx and run the following commands:
$ git clone http://git.chromium.org/webm/libvpx.git
$ cd libvpx
$ ./configure
$ make
# make install
After running make
, it has taken 1 hour to compile and it is still running.
I noticed it shows the same files over and over in the terminal.
I have searched on google but I couldn't find anything useful.
What should I do?
If make is rebuilding the same files again and again then I believe that means you have clock problems on your system and/or with the original timestamps of the files themselves.