Opened 7 years ago
Closed 7 years ago
#6955 closed defect (invalid)
Build error with media-autobuild_suite - decklink / pthread?
Reported by: | Florian | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | git-master | Keywords: | decklink pthread |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Building of FFmpeg is currently impossible.
The build process of the current master stops with the following error messages:
Likely error: from E:/AB-Suite/build/ffmpeg-git/libavdevice/decklink_common.h:28, from E:/AB-Suite/build/ffmpeg-git/libavdevice/decklink_dec.cpp:49: E:/AB-Suite/build/ffmpeg-git/compat/w32pthreads.h:101:19: note: candidate: int pthread_mutex_init(void**, void*) static inline int pthread_mutex_init(pthread_mutex_t *m, void* attr) ^~~~~~~~~~~~~~~~~~ E:/AB-Suite/build/ffmpeg-git/libavdevice/decklink_dec.cpp: In member function 'virtual ULONG decklink_input_callback::Release()': E:/AB-Suite/build/ffmpeg-git/libavdevice/decklink_dec.cpp:578:16: warning: deleting object of polymorphic class type 'decklink_input_callback' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] delete this; ^~~~ make: *** [/build/ffmpeg-git/ffbuild/common.mak:63: libavdevice/decklink_dec.o] Error 1
You can look at the log files here:
[logs.zip] (https://0x0.st/sZCA.zip)
Attachments (1)
Change History (4)
comment:1 by , 7 years ago
comment:3 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Sorry for the bug report. It was an error in the suite.
Note:
See TracTickets
for help on using tickets.
To make this a valid ticket, please at least provide the configure line you tested and run
make
several times, provide (only) the complete, uncut console output of the lastmake
run.