Kirjoittaja Aihe: Perl + ffmpeg - Ei käänny?  (Luettu 1228 kertaa)

pmw

  • Vieras
Perl + ffmpeg - Ei käänny?
« : 08.03.11 - klo:22.02 »
Moi,

koitin asentaa perliin ffmpeg-palikkaa, mutta ei tunnu millään menevän.  Aptista ei löydy mitään valmista tuohon, ja kun cpanilla alkaa asentamaan pakettia "FFmpeg", tulee läjä herjaa.

Koodia: [Valitse]
FFmpeg.xs: In function ‘XS_FFmpeg__file_formats’:
FFmpeg.xs:388: error: ‘AVInputFormat’ undeclared (first use in this function)
FFmpeg.xs:388: error: ‘ifmt’ undeclared (first use in this function)
FFmpeg.xs:389: error: ‘AVOutputFormat’ undeclared (first use in this function)
FFmpeg.xs:389: error: ‘ofmt’ undeclared (first use in this function)
FFmpeg.xs:390: error: ‘AVImageFormat’ undeclared (first use in this function)
FFmpeg.xs:390: error: ‘image_fmt’ undeclared (first use in this function)
FFmpeg.xs:391: error: ‘URLProtocol’ undeclared (first use in this function)
FFmpeg.xs:391: error: ‘up’ undeclared (first use in this function)
FFmpeg.xs:392: error: ‘AVCodec’ undeclared (first use in this function)
FFmpeg.xs:392: error: ‘p’ undeclared (first use in this function)
FFmpeg.xs:392: error: ‘p2’ undeclared (first use in this function)
FFmpeg.xs:408: error: ‘first_oformat’ undeclared (first use in this function)
FFmpeg.xs:420: error: ‘first_iformat’ undeclared (first use in this function)
FFmpeg.xs: In function ‘XS_FFmpeg__init_AVFormatContext’:
FFmpeg.xs:470: error: ‘AVFormatContext’ undeclared (first use in this function)
FFmpeg.xs: In function ‘XS_FFmpeg__free_AVFormatContext’:
FFmpeg.xs:483: error: ‘AVFormatContext’ undeclared (first use in this function)
FFmpeg.xs:483: error: ‘ic’ undeclared (first use in this function)
FFmpeg.xs:483: error: expected expression before ‘)’ token
FFmpeg.xs: In function ‘XS_FFmpeg__init_streamgroup’:
FFmpeg.xs:501: error: ‘AVFormatContext’ undeclared (first use in this function)
FFmpeg.xs:501: error: ‘ic’ undeclared (first use in this function)
FFmpeg.xs:501: error: expected expression before ‘)’ token
FFmpeg.xs:502: error: ‘AVFormatParameters’ undeclared (first use in this function)
FFmpeg.xs:502: error: expected ‘;’ before ‘params’
FFmpeg.xs:506: error: ‘ap’ undeclared (first use in this function)
FFmpeg.xs:506: error: ‘image_format’ undeclared (first use in this function)
FFmpeg.xs:508: error: ‘file_iformat’ undeclared (first use in this function)
FFmpeg.xs:541: error: ‘AV_NOPTS_VALUE’ undeclared (first use in this function)
FFmpeg.xs:559: error: ‘AV_TIME_BASE’ undeclared (first use in this function)
FFmpeg.xs:566: error: ‘AVStream’ undeclared (first use in this function)
FFmpeg.xs:566: error: ‘st’ undeclared (first use in this function)
FFmpeg.xs:575: error: ‘AVCodecContext’ undeclared (first use in this function)
FFmpeg.xs:575: error: ‘ctx’ undeclared (first use in this function)
FFmpeg.xs:576: error: ‘AVCodec’ undeclared (first use in this function)
FFmpeg.xs:576: error: ‘codec’ undeclared (first use in this function)
FFmpeg.xs: In function ‘XS_FFmpeg__codecs’:
FFmpeg.xs:631: error: ‘AVInputFormat’ undeclared (first use in this function)
FFmpeg.xs:631: error: ‘ifmt’ undeclared (first use in this function)
FFmpeg.xs:632: error: ‘AVOutputFormat’ undeclared (first use in this function)
FFmpeg.xs:632: error: ‘ofmt’ undeclared (first use in this function)
FFmpeg.xs:633: error: ‘AVImageFormat’ undeclared (first use in this function)
FFmpeg.xs:633: error: ‘image_fmt’ undeclared (first use in this function)
FFmpeg.xs:634: error: ‘URLProtocol’ undeclared (first use in this function)
FFmpeg.xs:634: error: ‘up’ undeclared (first use in this function)
FFmpeg.xs:635: error: ‘AVCodec’ undeclared (first use in this function)
FFmpeg.xs:635: error: ‘p’ undeclared (first use in this function)
FFmpeg.xs:635: error: ‘p2’ undeclared (first use in this function)
FFmpeg.xs:648: error: ‘first_avcodec’ undeclared (first use in this function)
FFmpeg.xs:670: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
make: *** [FFmpeg.o] Error 1
  ALLENDAY/FFmpeg-6036.tar.gz
  /usr/bin/make -- NOT OK
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible

Koitin myös hakea koko roskan manuaalisesti netistä ja käännellä sekä väännellä, mutta ei.
Olen googlettanut koko internetin ympäri eikä oikeen mitään järkevää vastausta löydy, mikään keino ei ole tepsinyt.

Toimiiko kellään muulla tuo?
Ideoita?

Järjestelmä on 64-bittinen.
Kaikki vaadittavat paketit on asennettu.
« Viimeksi muokattu: 08.03.11 - klo:22.25 kirjoittanut pmw »