PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : [mplayer] mencoder make bricht ab



Ulli Ivens
31.12.02, 12:33
gcc -c -O4 -march=pentium3 -mcpu=pentium3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ilibmpdemux -Iloader -Ilibvo -I-I/usr/include -I/usr/include/dvdnav -I/usr/include/SDL -D_REENTRANT -o mencoder.o mencoder.c
mencoder.c: In function `main':
mencoder.c:397: warning: passing arg 2 of `m_config_register_options' from incompatible pointer type
mencoder.c: In function `lame_presets_set':
mencoder.c:1417: `MEDIUM_FAST' undeclared (first use in this function)
mencoder.c:1417: (Each undeclared identifier is reported only once
mencoder.c:1417: for each function it appears in.)
mencoder.c:1419: `MEDIUM' undeclared (first use in this function)
make: *** [mencoder.o] Fehler 1

Hat jemand eine Idee ?? Version: MPlayer-0.90rc2

Monarc
31.12.02, 12:54
Wahrscheinlich ist deine lame Version zu alt. Ich habe 3.93.1. Die geht.

ra1der
31.12.02, 12:55
dvdnav installieren?!

Ulli Ivens
31.12.02, 13:07
ja, dvdnav in Version:

libdvdnav1-0.1.3

Lame werde ich mal updaten.... glaube abe nicht das es daran liegt

deathb
01.01.03, 16:53
habe fast die gleiche fehlermeldung, allerdings bringt libdvdnav-0.1.3 mich nicht weiter, im configure schreibt er noch Checking for DVD support (libdvdnav) ... yes
doch dann kommt dieser make error :

gcc -c -O4 -march=i686 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer -D_RE ENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ilibmpdemux -Iloader -Ilib vo -I-I/usr/local/include -I/usr/local/include/dvdnav -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT -o mencoder.o mencoder.c
mencoder.c: In function `main':
mencoder.c:397: warning: passing arg 2 of `m_config_register_options' from inc
ompatible pointer type
mencoder.c: In function `lame_presets_set':
mencoder.c:1428: `STANDARD_FAST' undeclared (first use in this function)
mencoder.c:1428: (Each undeclared identifier is reported only once
mencoder.c:1428: for each function it appears in.)
mencoder.c:1430: `STANDARD' undeclared (first use in this function)
mencoder.c:1438: `EXTREME_FAST' undeclared (first use in this function)
mencoder.c:1440: `EXTREME' undeclared (first use in this function)
mencoder.c:1448: `INSANE' undeclared (first use in this function)
make: *** [mencoder.o] Error 1

lame version 20030101 ist installiert, woran kanns liegen ?