-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
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
help #351
Comments
https://github.com/kaltura/nginx-vod-module#dependencies
|
@holoto Did you fix the problem? |
yes |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
`==> make install
Last 15 lines from /Users/holoto/Library/Logs/Homebrew/nginx-full/02.make:
encoder->flags |= CODEC_FLAG_GLOBAL_HEADER; // make the codec generate the extra data
^
clang -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Wno-deprecated-declarations -Werror -g -I/usr/local/include -I/usr/local/opt/pcre/include -I/usr/local/opt/openssl/include -D_LARGEFILE_SOURCE -DBUILDING_NGINX -I/usr/local/share/rtmp-nginx-module -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I /usr/local/share/rtmp-nginx-module -I /usr/include/libxml2 -I src/stream
-o objs/addon/vod-nginx-module/ngx_file_reader.o
/usr/local/share/vod-nginx-module/ngx_file_reader.c
clang -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Wno-deprecated-declarations -Werror -g -I/usr/local/include -I/usr/local/opt/pcre/include -I/usr/local/opt/openssl/include -D_LARGEFILE_SOURCE -DBUILDING_NGINX -I/usr/local/share/rtmp-nginx-module -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I /usr/local/share/rtmp-nginx-module -I /usr/include/libxml2 -I src/stream
-o objs/addon/vod-nginx-module/ngx_http_vod_conf.o
/usr/local/share/vod-nginx-module/ngx_http_vod_conf.c
/usr/local/share/vod-nginx-module/vod/filters/audio_encoder.c:142:45: error: use of undeclared identifier 'CODEC_CAP_VARIABLE_FRAME_SIZE'
if ((state->encoder->codec->capabilities & CODEC_CAP_VARIABLE_FRAME_SIZE) != 0)
^
2 errors generated.
make[1]: *** [objs/addon/filters/audio_encoder.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [install] Error 2
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/denji/homebrew-nginx/issues
These open issues may also help:
Compiler error when installing nginx-full ---with-upload-module #304
building nginx-full with healthcheck module giving error #263
`
The text was updated successfully, but these errors were encountered: