Skip to content
Snippets Groups Projects
  1. Jun 30, 2010
  2. Apr 20, 2010
  3. Feb 02, 2010
  4. Jan 22, 2010
  5. Jan 16, 2010
  6. Jan 03, 2010
  7. Nov 18, 2009
  8. Aug 19, 2009
  9. May 22, 2009
  10. Apr 08, 2009
  11. Mar 14, 2009
  12. Feb 04, 2009
  13. Feb 01, 2009
  14. Jan 25, 2009
  15. Jan 14, 2009
  16. Jan 13, 2009
  17. Dec 19, 2008
  18. Dec 11, 2008
  19. Nov 02, 2008
  20. Oct 16, 2008
    • Diego Pettenò's avatar
      Convert asm keyword into __asm__. · be449fca
      Diego Pettenò authored
      Neither the asm() nor the __asm__() keyword is part of the C99
      standard, but while GCC accepts the former in C89 syntax, it is not
      accepted in C99 unless GNU extensions are turned on (with -fasm). The
      latter form is accepted in any syntax as an extension (without
      requiring further command-line options).
      
      Sun Studio C99 compiler also does not accept asm() while accepting
      __asm__(), albeit reporting warnings that it's not valid C99 syntax.
      
      Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
      be449fca
  21. Sep 01, 2008
  22. Aug 31, 2008
  23. Jul 24, 2008
  24. May 09, 2008
  25. Apr 07, 2008
  26. Mar 23, 2008
  27. Mar 22, 2008
  28. Mar 18, 2008
Loading