PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Fehler beim compilieren von transcode



PhobosUT
18.02.03, 18:05
Als Zusammenfassung des configure Scripts erhalte ich das hier:



Summary for transcode 0.6.3 features:

static AV-frame buffering yes
DVD navigation support with libdvdread yes
link against local lame library (>=3.89) | 3.92 no | no
support for network (sockets) streams yes
avifile API support no
libmpeg3 dependent modules no
quicktime dependent modules no
libdv dependent modules no
liba52 audio plugin (>=0.7.3) | default decoder no | yes
libfame video encoding plugin no
nasm dependent modules yes
ImageMagick dependent modules (>=5.4.3) no
libjpeg dependent modules | mmx accel yes | no
libxml2 dependent modules yes
mjpegtools dependent modules no
experimental v4l support yes
experimental lve support no
X11 dependent filter plugins yes
liblzo dependent modules no
libpostproc dependent filter plugin no
experimental Ogg support | Vorbis support no | no
XVID support with libxvidcore no


Wenn ich dann make starte kommt diese Fehlermeldung:


make[2]: Entering directory `/home/phobos/install/transcode-0.6.3/aclib'
/usr/bin/nasm -felf -g -o memcpy.o memcpy.s
memcpy.s:197: parser: instruction expected
memcpy.s:198: symbol `movdqa' redefined
memcpy.s:198: parser: instruction expected
memcpy.s:199: symbol `movdqa' redefined
memcpy.s:199: parser: instruction expected
memcpy.s:200: symbol `movdqa' redefined
memcpy.s:200: parser: instruction expected
memcpy.s:202: parser: instruction expected
memcpy.s:203: symbol `movntdq' redefined
memcpy.s:203: parser: instruction expected
memcpy.s:204: symbol `movntdq' redefined
memcpy.s:204: parser: instruction expected
memcpy.s:205: symbol `movntdq' redefined
memcpy.s:205: parser: instruction expected
make[2]: *** [memcpy.o] Error 1
make[2]: Leaving directory `/home/phobos/install/transcode-0.6.3/aclib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/phobos/install/transcode-0.6.3'
make: *** [all] Error 2


Woran liegt das?

hunter
18.02.03, 18:33
Mal abgesehen von deinem Fehlr. Was willst du damit erreichen ? Dir fehlt ja alles mögliche an De und Encodern. So wird Transcode ohnehin nicht viel für dich tun können. Vermutlich liegt da auch der Grund warum er nicht compiliert.

Folgendes sollte unbedingt noch vorher installiert werden:

- Lame
- Avifile
- LibMpeg3
- liba52
- libdvdcss
- jpeg-mmx
- ImageMagick (optional)
- mjpeg-tools (ganz wichtig)
- Ogg, Vorbis und Vorbis Tools
- Xvid

Was willst du mit einem kastrierten Transcode ? :D :D

PhobosUT
18.02.03, 21:29
Alles klar, danke!
Werd' dann mal den Rest nachinstallieren.