Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24745 - ffpmeg-4.7.--- hangs on use=encode
Summary: ffpmeg-4.7.--- hangs on use=encode
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-18 09:01 UTC by Heinrich Wendel (RETIRED)
Modified: 2003-07-18 09:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heinrich Wendel (RETIRED) gentoo-dev 2003-07-18 09:01:18 UTC
gcc -march=athlon-mp -O3 -pipe -fomit-frame-pointer -msse -mmmx -mfpmath=sse 
-Wall -g -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-D_GNU_SOURCE -c -o mp3lameaudio.o mp3lameaudio.c 
mp3lameaudio.c:27:23: lame/lame.h: Datei oder Verzeichnis nicht gefunden
mp3lameaudio.c:30: parse error before "lame_global_flags"
mp3lameaudio.c:30: warning: no semicolon at end of struct or union
mp3lameaudio.c:32: parse error before '}' token
mp3lameaudio.c:32: warning: type defaults to `int' in declaration of 
`Mp3AudioContext'
mp3lameaudio.c:32: warning: data definition has no type or storage class
mp3lameaudio.c: In function `MP3lame_encode_init':
mp3lameaudio.c:37: `s' undeclared (first use in this function)
mp3lameaudio.c:37: (Each undeclared identifier is reported only once
mp3lameaudio.c:37: for each function it appears in.)
mp3lameaudio.c:44: warning: implicit declaration of function `lame_init'
mp3lameaudio.c:46: warning: implicit declaration of function 
`lame_set_in_samplerate'
mp3lameaudio.c:47: warning: implicit declaration of function 
`lame_set_out_samplerate'
mp3lameaudio.c:48: warning: implicit declaration of function 
`lame_set_num_channels'
mp3lameaudio.c:50: warning: implicit declaration of function `lame_set_quality'
mp3lameaudio.c:52: warning: implicit declaration of function `lame_set_mode'
mp3lameaudio.c:52: `JOINT_STEREO' undeclared (first use in this function)
mp3lameaudio.c:53: warning: implicit declaration of function `lame_set_brate'
mp3lameaudio.c:54: warning: implicit declaration of function `lame_init_params'
mp3lameaudio.c:65: warning: implicit declaration of function `lame_close'
mp3lameaudio.c: In function `MP3lame_encode_frame':
mp3lameaudio.c:73: `s' undeclared (first use in this function)
mp3lameaudio.c:78: warning: implicit declaration of function 
`lame_encode_buffer_interleaved'
mp3lameaudio.c:81: warning: implicit declaration of function 
`lame_encode_buffer'
mp3lameaudio.c: In function `MP3lame_encode_close':
mp3lameaudio.c:90: `s' undeclared (first use in this function)
make[1]: *** [mp3lameaudio.o] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/ffmpeg-0.4.
7_pre20030624/work/ffmpeg-cvs-2003-06-24/libavcodec'
make: *** [lib] Fehler 2

!!! ERROR: media-video/ffmpeg-0.4.7_pre20030624 failed.
!!! Function src_compile, Line 56, Exitcode 2
!!! make failed.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-07-18 09:10:46 UTC
sorry, remerged lame and it's working now