#2336 closed defect (fixed)
'ff_tls_gnutls_protocol' undeclared here (not in a function); did you mean 'ff_tls_protocol'?
Reported by: | dodona | Owned by: | beastd |
---|---|---|---|
Priority: | high | Component: | build system |
Version: | HEAD | Severity: | blocker |
Keywords: | build | Cc: | |
Blocked By: | Blocking: | ||
Reproduced by developer: | yes | Analyzed by developer: | yes |
Description (last modified by )
Summary of the bug:
How to reproduce:
./configure --prefix=/usr/local/lib/mplayer --extra-cflags=-Os -march=native -ffast-math -Ofast --disable-gui make --> ^~~~~~~~~~~~~~~~~~ ./libavutil/internal.h:134:5: warning: "HAVE_LOCAL_ALIGNED" is not defined, evaluates to 0 [-Wundef] #if HAVE_LOCAL_ALIGNED ^~~~~~~~~~~~~~~~~~ In file included from libavformat/protocols.c:71:0: ./libavformat/protocol_list.c:35:6: error: 'ff_tls_gnutls_protocol' undeclared here (not in a function); did you mean 'ff_tls_protocol'? &ff_tls_gnutls_protocol, ^~~~~~~~~~~~~~~~~~~~~~ ff_tls_protocol make[1]: *** [ffbuild/common.mak:60: libavformat/protocols.o] Error 1 make[1]: Leaving directory '/usr/local/src/video/mplayer/trunk/ffmpeg' make: *** [Makefile:739: ffmpeg/libavformat/libavformat.a] Error 2
Change History (5)
comment:1 by , 7 years ago
Analyzed by developer: | set |
---|---|
Reproduced by developer: | set |
Status: | new → open |
comment:3 by , 7 years ago
Description: | modified (diff) |
---|
comment:4 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Should be working again with MPlayer SVN r38002
If it doesn't work for you please re-open this ticket.
Thanks for the report!
comment:5 by , 7 years ago
thanks a lot, After today configure update it builds again. (I'll test mencoder tomorrow).
Thanks a lot!
Note:
See TracTickets
for help on using tickets.
Reproduced.