[svn] / trunk / xvidcore / examples / xvid_encraw.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/examples/xvid_encraw.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1793, Tue Nov 11 20:46:24 2008 UTC revision 1794, Fri Nov 14 15:43:28 2008 UTC
# Line 21  Line 21 
21   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: xvid_encraw.c,v 1.34 2007-01-09 20:08:53 Isibaar Exp $   * $Id: xvid_encraw.c,v 1.35 2008-11-14 15:43:27 Isibaar Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 2021  Line 2021 
2021                  fprintf(stderr, "SSE ");                  fprintf(stderr, "SSE ");
2022          if (xvid_gbl_info.cpu_flags & XVID_CPU_SSE2)          if (xvid_gbl_info.cpu_flags & XVID_CPU_SSE2)
2023                  fprintf(stderr, "SSE2 ");                  fprintf(stderr, "SSE2 ");
2024            if (xvid_gbl_info.cpu_flags & XVID_CPU_SSE3)
2025                    fprintf(stderr, "SSE3 ");
2026            if (xvid_gbl_info.cpu_flags & XVID_CPU_SSE41)
2027                    fprintf(stderr, "SSE41 ");
2028          if (xvid_gbl_info.cpu_flags & XVID_CPU_3DNOW)          if (xvid_gbl_info.cpu_flags & XVID_CPU_3DNOW)
2029                  fprintf(stderr, "3DNOW ");                  fprintf(stderr, "3DNOW ");
2030          if (xvid_gbl_info.cpu_flags & XVID_CPU_3DNOWEXT)          if (xvid_gbl_info.cpu_flags & XVID_CPU_3DNOWEXT)

Legend:
Removed from v.1793  
changed lines
  Added in v.1794

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4