Quicktime4linux
zozizon
Messages postés
678
Statut
Membre
-
zozizon Messages postés 678 Statut Membre -
zozizon Messages postés 678 Statut Membre -
bonjours a tous.
J'ai voulu installer quicktime4linux mais impossible de le compiler. voila l'erreur qu'il me retourne:
qtmp3.c:17: error: syntax error before "mpeg3_layer_t"
qtmp3.c:17: warning: no semicolon at end of struct or union
qtmp3.c:19: warning: data definition has no type or storage class
qtmp3.c:40: error: syntax error before '*' token
qtmp3.c:40: warning: data definition has no type or storage class
qtmp3.c:49: error: syntax error before '}' token
qtmp3.c:49: warning: data definition has no type or storage class
qtmp3.c: In function `delete_codec':
qtmp3.c:57: error: `codec' undeclared (first use in this function)
qtmp3.c:57: error: (Each undeclared identifier is reported only once
qtmp3.c:57: error: for each function it appears in.)
qtmp3.c: At top level:
qtmp3.c:96: error: syntax error before "quicktime_mp3_codec_t"
qtmp3.c: In function `chunk_len':
qtmp3.c:104: error: `offset' undeclared (first use in this function)
qtmp3.c:104: error: `next_chunk' undeclared (first use in this function)
qtmp3.c:106: error: `file' undeclared (first use in this function)
qtmp3.c:115: error: `codec' undeclared (first use in this function)
qtmp3.c: In function `decode':
qtmp3.c:150: error: `codec' undeclared (first use in this function)
qtmp3.c:239: error: `MAXFRAMESAMPLES' undeclared (first use in this function)
qtmp3.c: At top level:
qtmp3.c:333: error: syntax error before '*' token
qtmp3.c: In function `allocate_output':
qtmp3.c:336: error: `codec' undeclared (first use in this function)
qtmp3.c:336: error: `samples' undeclared (first use in this function)
qtmp3.c: At top level:
qtmp3.c:360: error: syntax error before "quicktime_mp3_codec_t"
qtmp3.c: In function `write_frames':
qtmp3.c:369: error: `codec' undeclared (first use in this function)
qtmp3.c:388: error: `file' undeclared (first use in this function)
qtmp3.c:389: error: `track' undeclared (first use in this function)
qtmp3.c:404: error: `track_map' undeclared (first use in this function)
qtmp3.c: In function `encode':
qtmp3.c:451: error: `codec' undeclared (first use in this function)
qtmp3.c: In function `set_parameter':
qtmp3.c:542: error: `codec' undeclared (first use in this function)
qtmp3.c: In function `flush':
qtmp3.c:558: error: `codec' undeclared (first use in this function)
qtmp3.c: In function `quicktime_init_codec_mp3':
qtmp3.c:578: error: `codec' undeclared (first use in this function)
make: *** [i686/qtmp3.o] Erreur 1
[root@localhost quicktime4linux-2.1]# make install
cp i686/qtdump i686/make_streamable i686/qtinfo i686/dechunk i686/yuv4toyuv i686/recover i686/rechunk /usr/bin
cp: ne peut évaluer `i686/qtdump': No such file or directory
cp: ne peut évaluer `i686/make_streamable': No such file or directory
cp: ne peut évaluer `i686/qtinfo': No such file or directory
cp: ne peut évaluer `i686/dechunk': No such file or directory
cp: ne peut évaluer `i686/yuv4toyuv': No such file or directory
cp: ne peut évaluer `i686/recover': No such file or directory
cp: ne peut évaluer `i686/rechunk': No such file or directory
make: *** [install] Erreur 1
faut il que j'edite les source car certainent foction ne sont pas declarées ou le pb est il plus compliqué. Merci de votre aide.
J'ai voulu installer quicktime4linux mais impossible de le compiler. voila l'erreur qu'il me retourne:
qtmp3.c:17: error: syntax error before "mpeg3_layer_t"
qtmp3.c:17: warning: no semicolon at end of struct or union
qtmp3.c:19: warning: data definition has no type or storage class
qtmp3.c:40: error: syntax error before '*' token
qtmp3.c:40: warning: data definition has no type or storage class
qtmp3.c:49: error: syntax error before '}' token
qtmp3.c:49: warning: data definition has no type or storage class
qtmp3.c: In function `delete_codec':
qtmp3.c:57: error: `codec' undeclared (first use in this function)
qtmp3.c:57: error: (Each undeclared identifier is reported only once
qtmp3.c:57: error: for each function it appears in.)
qtmp3.c: At top level:
qtmp3.c:96: error: syntax error before "quicktime_mp3_codec_t"
qtmp3.c: In function `chunk_len':
qtmp3.c:104: error: `offset' undeclared (first use in this function)
qtmp3.c:104: error: `next_chunk' undeclared (first use in this function)
qtmp3.c:106: error: `file' undeclared (first use in this function)
qtmp3.c:115: error: `codec' undeclared (first use in this function)
qtmp3.c: In function `decode':
qtmp3.c:150: error: `codec' undeclared (first use in this function)
qtmp3.c:239: error: `MAXFRAMESAMPLES' undeclared (first use in this function)
qtmp3.c: At top level:
qtmp3.c:333: error: syntax error before '*' token
qtmp3.c: In function `allocate_output':
qtmp3.c:336: error: `codec' undeclared (first use in this function)
qtmp3.c:336: error: `samples' undeclared (first use in this function)
qtmp3.c: At top level:
qtmp3.c:360: error: syntax error before "quicktime_mp3_codec_t"
qtmp3.c: In function `write_frames':
qtmp3.c:369: error: `codec' undeclared (first use in this function)
qtmp3.c:388: error: `file' undeclared (first use in this function)
qtmp3.c:389: error: `track' undeclared (first use in this function)
qtmp3.c:404: error: `track_map' undeclared (first use in this function)
qtmp3.c: In function `encode':
qtmp3.c:451: error: `codec' undeclared (first use in this function)
qtmp3.c: In function `set_parameter':
qtmp3.c:542: error: `codec' undeclared (first use in this function)
qtmp3.c: In function `flush':
qtmp3.c:558: error: `codec' undeclared (first use in this function)
qtmp3.c: In function `quicktime_init_codec_mp3':
qtmp3.c:578: error: `codec' undeclared (first use in this function)
make: *** [i686/qtmp3.o] Erreur 1
[root@localhost quicktime4linux-2.1]# make install
cp i686/qtdump i686/make_streamable i686/qtinfo i686/dechunk i686/yuv4toyuv i686/recover i686/rechunk /usr/bin
cp: ne peut évaluer `i686/qtdump': No such file or directory
cp: ne peut évaluer `i686/make_streamable': No such file or directory
cp: ne peut évaluer `i686/qtinfo': No such file or directory
cp: ne peut évaluer `i686/dechunk': No such file or directory
cp: ne peut évaluer `i686/yuv4toyuv': No such file or directory
cp: ne peut évaluer `i686/recover': No such file or directory
cp: ne peut évaluer `i686/rechunk': No such file or directory
make: *** [install] Erreur 1
faut il que j'edite les source car certainent foction ne sont pas declarées ou le pb est il plus compliqué. Merci de votre aide.
4 réponses
Ben je le trouve pas dans les media pourtant j'ai pas mal de mirroirs!
En fait j'ai plein de lib mais je ne trouve pas le logiciel lui me.
je vais continuer a chercher par mon gestionnaire de media.
merci .
En fait j'ai plein de lib mais je ne trouve pas le logiciel lui me.
je vais continuer a chercher par mon gestionnaire de media.
merci .
Et bien les codecs pour quicktime sont installables via n'importe quel gestionnaire (Yum, Urpm, Apt, Yast ...etc).
Maintenant si tu cherches quicktime pour linux alors oublies ca n'existe pas sous linux (quicktime4linux c'est un paquetages de codecs uniquement).
Mais comme les codecs sont dispos sous linux, il suffit de les installer et n'importe quel lecteur (Mplayer, Totem, Xine, VLC, Kaffeine ...etc) pourra lire les fichiers video *.mov.
Maintenant si tu cherches quicktime pour linux alors oublies ca n'existe pas sous linux (quicktime4linux c'est un paquetages de codecs uniquement).
Mais comme les codecs sont dispos sous linux, il suffit de les installer et n'importe quel lecteur (Mplayer, Totem, Xine, VLC, Kaffeine ...etc) pourra lire les fichiers video *.mov.