Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#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 beastd)

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 beastd, 6 years ago

Analyzed by developer: set
Reproduced by developer: set
Status: newopen

Reproduced.

comment:2 by beastd, 6 years ago

I have a fix ready.

Need to test for backward compatibility tomorrow.

comment:3 by beastd, 6 years ago

Description: modified (diff)

comment:4 by beastd, 6 years ago

Resolution: fixed
Status: openclosed

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 dodona, 6 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.