Hi,i try to compile ffmpeg 0.4.9 (web site realese) with gcc 4 and i got some errors, but it work with gcc 3 versions. Is it possible to compile it with gcc 4 with a parameter to user gcc 3 compilation style ? thx. Brice Brice Rouanet I.N.S.A. Centre de Ressources Informatiques Complexe Scientifique 135 Avenue de Rangueil 31077 Toulouse Cedex4 (France) tel 0561559374
brice rouanet wrote:
Hi,i try to compile ffmpeg 0.4.9 (web site realese) with gcc 4 and i got some errors, but it work with gcc 3 versions.
Is it possible to compile it with gcc 4 with a parameter to user gcc 3 compilation style ?
It would be better if you could tell us what the errors are. Even better, please use the latest CVS version. -- -Mike Melanson
I can but i must use 0.4.9. errors : In file included from avcodec.h:14, from common.c:28: common.h:69: erreur: les ?l?ments du tableau sont de type incomplet common.h:71: erreur: les ?l?ments du tableau sont de type incomplet make[1]: *** [common.o] Erreur 1 line 69 : extern const struct AVOption avoptions_common[3]; line 71 : extern const struct AVOption avoptions_workaround_bug[11]; brice
brice rouanet wrote:
Hi,i try to compile ffmpeg 0.4.9 (web site realese) with gcc 4 and i got some errors, but it work with gcc 3 versions.
Is it possible to compile it with gcc 4 with a parameter to user gcc 3 compilation style ?
It would be better if you could tell us what the errors are. Even better, please use the latest CVS version.
-- Brice Rouanet I.N.S.A. Centre de Ressources Informatiques Complexe Scientifique 135 Avenue de Rangueil 31077 Toulouse Cedex4 (France) tel 0561559374
participants (2)
-
brouanet@insa-toulouse.fr -
mike@multimedia.cx