Skip to content
Snippets Groups Projects
  1. Feb 02, 2010
  2. Jan 22, 2010
  3. Jan 16, 2010
  4. Jan 03, 2010
  5. Nov 18, 2009
  6. Aug 19, 2009
  7. May 22, 2009
  8. Apr 08, 2009
  9. Mar 14, 2009
  10. Feb 04, 2009
  11. Feb 01, 2009
  12. Jan 25, 2009
  13. Jan 14, 2009
  14. Jan 13, 2009
  15. Dec 19, 2008
  16. Dec 11, 2008
  17. Nov 02, 2008
  18. 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
  19. Sep 01, 2008
  20. Aug 31, 2008
  21. Jul 24, 2008
  22. May 09, 2008
  23. Apr 07, 2008
  24. Mar 23, 2008
  25. Mar 22, 2008
  26. Mar 18, 2008
  27. Mar 17, 2008
Loading