URL: https://linuxfr.org/forums/linux-redhat/posts/make-ffmpeg-impossible Title: Make ffmpeg impossible Authors: grunk Date: 2007年01月01日T17:16:26+01:00 Tags: debian Score: 0 Bonjour, Jusqu'à maintenant je travaillais sur une debian avec ffmpeg. L'installation n'avais poser aucun problème. Or là je suis contraint de passer sur une red hat 7.2 de chez ovh pour ne pas les citer. Et bien entendu rien ne marche comme je le veux :'( Je récupère bien les dernière sources via subversion, lance le ./configure --mesopts sans problème mais arriver à l'étape du make gros soucis : i386/dsputil_mmx.c: In function `gmc_mmx': i386/dsputil_mmx.c:2486: warning: suggest parentheses around arithmetic in operand of | i386/dsputil_mmx.c:2486: warning: suggest parentheses around arithmetic in operand of | i386/dsputil_mmx.c:2487: warning: suggest parentheses around arithmetic in operand of | i386/dsputil_mmx.c:2487: warning: suggest parentheses around arithmetic in operand of | i386/dsputil_mmx.c:2487: warning: suggest parentheses around arithmetic in operand of | **gcc: Internal error: Erreur de segmentation (program cc1)** Please submit a full bug report. See <URL:[http://bugzilla.redhat.com/bugzilla/>](http://bugzilla.redhat.com/bugzilla/>) for instructions. make[1]: *** [i386/dsputil_mmx.o] Erreur 1 make[1]: Quitte le répertoire `/tmp/ffmpeg/libavcodec' make: *** [lib] Erreur 2 Sous la debian j'avais les même warning mais la compilation n'avais pas planté Je soupsonne un peu Gcc (v 2.96) d'être la source du problème mais je n'en suis pas sur du tout. Quelqu'un saurait il m' aider un peu ? Merci