Advertisement
Guest User

Untitled

a guest
Jan 4th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. C:/media-autobuild_suite/build/ffmpeg-git/libavfilter/af_sofalizer.c:164:32: error: implicit declaration of function 'mysofa_neighborhood_init_withstepdefine'; did you mean 'mysofa_neighborhood_init'? [-Werror=implicit-function-declaration]
  2. s->sofa.neighborhood = mysofa_neighborhood_init_withstepdefine(s->sofa.hrtf,
  3. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. mysofa_neighborhood_init
  5. C:/media-autobuild_suite/build/ffmpeg-git/libavfilter/af_sofalizer.c:164:30: warning: assignment to 'struct MYSOFA_NEIGHBORHOOD *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  6. s->sofa.neighborhood = mysofa_neighborhood_init_withstepdefine(s->sofa.hrtf,
  7. ^
  8. cc1.exe: some warnings being treated as errors
  9. make: *** [/build/ffmpeg-git/ffbuild/common.mak:60: libavfilter/af_sofalizer.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement