]> git.sesse.net Git - ffmpeg/blobdiff - Doxyfile
matroskadec: fix incorrect unsigned->signed conversion
[ffmpeg] / Doxyfile
index 457cf5140a0976c8794bf743cbf7fbb3ac8c75da..8e0dcf39f929e8b6775a554a8ef22e6eb4c8905a 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -1378,7 +1378,7 @@ PREDEFINED             = "__attribute__(x)=" \
                          "DEF(x)=x ## _TMPL" \
                          HAVE_AV_CONFIG_H \
                          HAVE_MMX \
-                         HAVE_MMX2 \
+                         HAVE_MMXEXT \
                          HAVE_AMD3DNOW \
                          "DECLARE_ALIGNED(a,t,n)=t n" \
                          "offsetof(x,y)=0x42"