ffmpeg-webcam-rtmp-stream
ffmpeg-webcam-rtmp-stream copied to clipboard
Build error
root@orangepizero2:~/webcam-rtmp-stream# make cc -Iinclude -o build/stream WebcamRtmpStream/WebcamRtmpStream.c -lavdevice -lavutil -lavcodec -lavformat -lswscale -lavfilter WebcamRtmpStream/WebcamRtmpStream.c:375:5: error: conflicting types for ‘stream’ 375 | int stream(stream_ctx_t* stream_ctx) | ^~~~~~ In file included from WebcamRtmpStream/WebcamRtmpStream.c:4: WebcamRtmpStream/WebcamRtmpStream.h:49:6: note: previous declaration of ‘stream’ was here 49 | void stream(stream_ctx_t* stream_ctx); | ^~~~~~ make: *** [Makefile:6: stream] Error 1