# HG changeset patch # User cehoyos # Date 1278089552 0 # Node ID 6a5073938364fbf02ce504ffce3fb8b3018639e3 # Parent 24c3ef20a1f2508a67d64089d77695113de4d9cd Hopefully fix librtmp detection. diff -r 24c3ef20a1f2 -r 6a5073938364 configure --- 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 -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