[MPlayer-cvslog] r31619 - trunk/configure

cehoyos subversion at mplayerhq.hu
Fri Jul 2 18:52:33 CEST 2010


Author: cehoyos
Date: Fri Jul  2 18:52:32 2010
New Revision: 31619

Log:
Hopefully fix librtmp detection.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Jul  2 12:02:34 2010	(r31618)
+++ trunk/configure	Fri Jul  2 18:52:32 2010	(r31619)
@@ -7134,7 +7134,7 @@ echocheck "RTMPDump Streaming Media libr
 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


More information about the MPlayer-cvslog mailing list