[rtmpdump] r532 - trunk/librtmp/Makefile

hyc subversion at mplayerhq.hu
Wed Jun 30 22:01:13 CEST 2010


Author: hyc
Date: Wed Jun 30 22:01:12 2010
New Revision: 532

Log:
Default to SYS=posix, parent Makefile may not have run

Modified:
   trunk/librtmp/Makefile

Modified: trunk/librtmp/Makefile
==============================================================================
--- trunk/librtmp/Makefile	Wed Jun 30 21:59:24 2010	(r531)
+++ trunk/librtmp/Makefile	Wed Jun 30 22:01:12 2010	(r532)
@@ -6,6 +6,7 @@ CC=$(CROSS_COMPILE)gcc
 LD=$(CROSS_COMPILE)ld
 AR=$(CROSS_COMPILE)ar
 
+SYS=posix
 CRYPTO=OPENSSL
 #CRYPTO=GNUTLS
 DEF_POLARSSL=-DUSE_POLARSSL


More information about the rtmpdump mailing list