[vlc-devel] commit: Remove never set, never used Pentium Pro capability ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Sep 20 15:05:40 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Sep 20 16:05:25 2009 +0300| [5dc4a72110fa023e60c58e02206c9749ffc87dec] | committer: Rémi Denis-Courmont 

Remove never set, never used Pentium Pro capability

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5dc4a72110fa023e60c58e02206c9749ffc87dec
---

 include/vlc_common.h |    1 -
 src/libvlc.c         |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index f5829fe..6d9ba10 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -791,7 +791,6 @@ VLC_EXPORT(int, vlc_wclosedir, ( void *_p_dir ));
 #define CPU_CAPABILITY_NONE    0
 #define CPU_CAPABILITY_486     (1<<0)
 #define CPU_CAPABILITY_586     (1<<1)
-#define CPU_CAPABILITY_PPRO    (1<<2)
 #define CPU_CAPABILITY_MMX     (1<<3)
 #define CPU_CAPABILITY_3DNOW   (1<<4)
 #define CPU_CAPABILITY_MMXEXT  (1<<5)
diff --git a/src/libvlc.c b/src/libvlc.c
index efebc02..3eb5abd 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -768,7 +768,6 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
     p_capabilities[0] = '\0';
     PRINT_CAPABILITY( CPU_CAPABILITY_486, "486" );
     PRINT_CAPABILITY( CPU_CAPABILITY_586, "586" );
-    PRINT_CAPABILITY( CPU_CAPABILITY_PPRO, "Pentium Pro" );
     PRINT_CAPABILITY( CPU_CAPABILITY_MMX, "MMX" );
     PRINT_CAPABILITY( CPU_CAPABILITY_3DNOW, "3DNow!" );
     PRINT_CAPABILITY( CPU_CAPABILITY_MMXEXT, "MMXEXT" );




More information about the vlc-devel mailing list