Hi all!
I'm at work - newly hired:) - and I'm given this mpeg2 video codec
http://www.mpeg.org/MPEG/video/mssg-free-mpeg-software.html
and in particular the decoder that exists in the folder mpeg2v12.zip.
It is code c written for gcc, so I decided to download MinGW and DevC/C++. I add all the files to the project and then clicked compile.Compilation always stops though because of errors with the linker:
[Linker error] undefined reference to `__cpu_features_init'
140:8 C:\MPEGORG_CODEC\src\mpeg2dec\spatscal.c ld returned 1 exit status
:'( I am trying to solve this problem the whole day.I tried rebuild all, clean, compile, with all possible combinations but nothing worked.
I noticed though while googling a lot of links reporting linker errors with dev-c++.
I am just started learning C and C++ and I feel very discouraged...:(
Anybody any idea?
compilation log is attached.