Mercurial > mplayer.hg
changeset 31553:6a5073938364
Hopefully fix librtmp detection.
author | cehoyos |
---|---|
date | Fri, 02 Jul 2010 16:52:32 +0000 |
parents | 24c3ef20a1f2 |
children | c35af496fe9c |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Jul 02 10:02:34 2010 +0000 +++ b/configure Fri Jul 02 16:52:32 2010 +0000 @@ -7134,7 +7134,7 @@ if test "$_librtmp" = auto && test "$_network" = yes ; then cat > $TMPC << EOF #include <librtmp/rtmp.h> -int main(void) { RTMP r; RTMP_Init(&r); return 0; } +int main(void) { RTMP r; RTMP_Socket(&r); return 0; } EOF cc_check -lrtmp && _librtmp=yes && extra_ldflags="$extra_ldflags -lrtmp" if test "$_librtmp" != yes && $_pkg_config --exists librtmp ; then