You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm having trouble getting rendersound to build properly. Can you help me out? I'm on Ubuntu 12.04.3
er0k@deb:~/tmp/rendersound$ ./waf configure build install
Setting top to : /home/er0k/tmp/rendersound
Setting out to : /home/er0k/tmp/rendersound/build
Checking for 'gcc' (c compiler) : /usr/bin/gcc
Checking for library gd : yes
Checking for program pkg-config : /usr/bin/pkg-config
Checking for 'libavcodec' : yes
Checking for 'libavformat' : yes
'configure' finished successfully (0.137s)
Waf: Entering directory /home/er0k/tmp/rendersound/build' [3/5] c: extern/ffsnd/src/ffsndin.c -> build/extern/ffsnd/src/ffsndin.c.1.o ../extern/ffsnd/src/ffsndin.c: In function ‘fill_buffer’: ../extern/ffsnd/src/ffsndin.c:105:11: error: ‘AVFrame’ has no member named ‘sample_rate’ ../extern/ffsnd/src/ffsndin.c: In function ‘ffsndin_seek’: ../extern/ffsnd/src/ffsndin.c:196:5: warning: implicit declaration of function ‘av_rescale_q’ [-Wimplicit-function-declaration] Waf: Leaving directory/home/er0k/tmp/rendersound/build'
Build failed
-> task in 'rendersound' failed (exit status 1):
{task 140377070248528: c ffsndin.c -> ffsndin.c.1.o}
['/usr/bin/gcc', '-Wall', '-I/home/er0k/tmp/rendersound/build/extern/ffsnd/src', '-I/home/er0k/tmp/rendersound/extern/ffsnd/src', '-DHAVE_AVCODEC=1', '-DHAVE_AVFORMAT=1', '../extern/ffsnd/src/ffsndin.c', '-c', '-o', 'extern/ffsnd/src/ffsndin.c.1.o']
The text was updated successfully, but these errors were encountered:
Hi, I'm having trouble getting rendersound to build properly. Can you help me out? I'm on Ubuntu 12.04.3
er0k@deb:~/tmp/rendersound$ ./waf configure build install
Setting top to : /home/er0k/tmp/rendersound
Setting out to : /home/er0k/tmp/rendersound/build
Checking for 'gcc' (c compiler) : /usr/bin/gcc
Checking for library gd : yes
Checking for program pkg-config : /usr/bin/pkg-config
Checking for 'libavcodec' : yes
Checking for 'libavformat' : yes
'configure' finished successfully (0.137s)
Waf: Entering directory
/home/er0k/tmp/rendersound/build' [3/5] c: extern/ffsnd/src/ffsndin.c -> build/extern/ffsnd/src/ffsndin.c.1.o ../extern/ffsnd/src/ffsndin.c: In function ‘fill_buffer’: ../extern/ffsnd/src/ffsndin.c:105:11: error: ‘AVFrame’ has no member named ‘sample_rate’ ../extern/ffsnd/src/ffsndin.c: In function ‘ffsndin_seek’: ../extern/ffsnd/src/ffsndin.c:196:5: warning: implicit declaration of function ‘av_rescale_q’ [-Wimplicit-function-declaration] Waf: Leaving directory
/home/er0k/tmp/rendersound/build'Build failed
-> task in 'rendersound' failed (exit status 1):
{task 140377070248528: c ffsndin.c -> ffsndin.c.1.o}
['/usr/bin/gcc', '-Wall', '-I/home/er0k/tmp/rendersound/build/extern/ffsnd/src', '-I/home/er0k/tmp/rendersound/extern/ffsnd/src', '-DHAVE_AVCODEC=1', '-DHAVE_AVFORMAT=1', '../extern/ffsnd/src/ffsndin.c', '-c', '-o', 'extern/ffsnd/src/ffsndin.c.1.o']
The text was updated successfully, but these errors were encountered: