COMPILATION ISSUES : FFMPEG CODE ON VS2012

I have downloaded FFMPEG source code(c code) by the following link
http://ffmpeg.zeranoe.com/builds/

After that,I have completed the configuration part then i was generated and linked the library files [b][avcodec-54.lib,avdevice-54.lib,avfilter-3.lib,avformat-54.lib,avutil-52.lib,swresample-0.lib,swscale-2.lib ][/b]on Microsoft Visual Studio C++.

Referred Links:
http://www.ffmpeg.org/platform.html#Microsoft-Visual-C_002b_002b-or-Intel-C_002b_002b-Compiler-for-Windows
http://ramu492.blogspot.in/2013/06/porting-ffmpeg-on-to-winodws7-and.html
http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=5&t=1309

When I was compiling on Visual studio 2010... I am getting errors under all the files(libavcodec,libavdevice,libavfilter,libavformat,libavresample,libavutil,libpostproc,libswresample,libswscale) like

ASM ERRORS:

error C2400: inline assembler syntax error in 'opcode'; found 'data type'
error C2065: '__asm__' : undeclared identifier
error C2143: syntax error : missing ';' before 'volatile'


SYNTAX ERRORS:

error C2143: syntax error : missing '}' before '.'
error C2143: syntax error : missing ';' before '.'
error C2059: syntax error : '.'
error C2143: syntax error : missing ';' before '}'
error C2059: syntax error : '}'
error C2143: syntax error : missing ';' before '{'
error C2447: '{' : missing function header (old-style formal list?)
error C2059: syntax error : ','
error C2143: syntax error : missing ';' before '{'
error C2447: '{' : missing function header (old-style formal list?)

Please anyone let me know how to compile a ffmpeg c code on vs2010 successfully.
Topic archived. No new replies allowed.