[vlc-commits] avcodec encoder: remove 10 years old non sense
    Rafaël Carré 
    git at videolan.org
       
    Fri Aug 16 13:26:12 CEST 2013
    
    
  
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Aug 15 16:54:48 2013 +0200| [4e5aaec7768573ec0db674a05a2bca5942395e44] | committer: Rafaël Carré
avcodec encoder: remove 10 years old non sense
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e5aaec7768573ec0db674a05a2bca5942395e44
---
 modules/codec/avcodec/encoder.c |    1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/codec/avcodec/encoder.c b/modules/codec/avcodec/encoder.c
index 76e46b6..7688ecd 100644
--- a/modules/codec/avcodec/encoder.c
+++ b/modules/codec/avcodec/encoder.c
@@ -40,7 +40,6 @@
 #include <vlc_avcodec.h>
 #include <vlc_cpu.h>
 
-#define HAVE_MMX 1
 #include <libavcodec/avcodec.h>
 
 #include "avcodec.h"
    
    
More information about the vlc-commits
mailing list