We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When building from the stable tarball, I get this error:
(Seems to be the same issue as #11), but I do have ffmpeg installed.
audio_file.c:32:25: error: unknown type name ‘FF’ static bool wf_ff_info (FF*); ^ audio_file.c: In function ‘wf_ff_init’: audio_file.c:41:3: warning: implicit declaration of function ‘av_register_all’ [-Wimplicit-function-declaration] av_register_all(); ^ audio_file.c:42:3: warning: implicit declaration of function ‘avcodec_register_all’ [-Wimplicit-function-declaration] avcodec_register_all(); ^ audio_file.c:43:3: warning: implicit declaration of function ‘av_log_set_level’ [-Wimplicit-function-declaration] av_log_set_level(wf_debug > 1 ? AV_LOG_VERBOSE : AV_LOG_QUIET); ^ audio_file.c:43:35: error: ‘AV_LOG_VERBOSE’ undeclared (first use in this function) av_log_set_level(wf_debug > 1 ? AV_LOG_VERBOSE : AV_LOG_QUIET); ^ audio_file.c:43:35: note: each undeclared identifier is reported only once for each function it appears in audio_file.c:43:52: error: ‘AV_LOG_QUIET’ undeclared (first use in this function) av_log_set_level(wf_debug > 1 ? AV_LOG_VERBOSE : AV_LOG_QUIET); ^ audio_file.c: At top level: audio_file.c:49:12: error: unknown type name ‘FF’ wf_ff_open(FF* f, const char* infilename) ^ audio_file.c:108:13: error: unknown type name ‘FF’ wf_ff_close(FF* f) ^ audio_file.c:115:12: error: unknown type name ‘FF’ wf_ff_info(FF* f) ^ audio_file.c:149:12: error: unknown type name ‘FF’ wf_ff_read(FF* f, float* d, size_t len) ^ audio_file.c:36:1: warning: ‘wf_ff_init’ defined but not used [-Wunused-function] wf_ff_init() ^ audio_file.c:137:1: warning: ‘int16_to_float’ defined but not used [-Wunused-function] int16_to_float(int16_t* in, float* out, int num_channels, int num_samples, int out_offset) ^ Makefile:496: recipe for target 'audio_file.lo' failed make[6]: *** [audio_file.lo] Error 1 make[6]: *** Waiting for unfinished jobs.... actors/spp.c:30:21: fatal error: ass/ass.h: No such file or directory compilation terminated. Makefile:517: recipe for target 'spp.lo' failed make[6]: *** [spp.lo] Error 1 make[6]: Leaving directory '/tmp/samplecat-0.2.4/lib/waveform/waveform' Makefile:557: recipe for target 'all-recursive' failed make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory '/tmp/samplecat-0.2.4/lib/waveform/waveform' Makefile:440: recipe for target 'all-recursive' failed make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory '/tmp/samplecat-0.2.4/lib/waveform' Makefile:348: recipe for target 'all' failed make[3]: *** [all] Error 2 make[3]: Leaving directory '/tmp/samplecat-0.2.4/lib/waveform' Makefile:341: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/tmp/samplecat-0.2.4/lib' Makefile:464: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/tmp/samplecat-0.2.4' Makefile:352: recipe for target 'all' failed make: *** [all] Error 2
FFMPEG version:
ffmpeg version N-74442-gb1f59bb Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --prefix=/home/ivo/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/ivo/ffmpeg_build/include --extra-ldflags=-L/home/ivo/ffmpeg_build/lib --bindir=/home/ivo/bin --enable-gpl --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree libavutil 54. 30.100 / 54. 30.100 libavcodec 56. 57.100 / 56. 57.100 libavformat 56. 40.101 / 56. 40.101 libavdevice 56. 4.100 / 56. 4.100 libavfilter 5. 33.100 / 5. 33.100 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 2.101 / 1. 2.101 libpostproc 53. 3.100 / 53. 3.100
The text was updated successfully, but these errors were encountered:
Thanks. The release is very old now. I will create a new one.
Sorry, something went wrong.
No branches or pull requests
When building from the stable tarball, I get this error:
(Seems to be the same issue as #11), but I do have ffmpeg installed.
FFMPEG version:
The text was updated successfully, but these errors were encountered: