[rtmpdump] r11 - Makefile

hyc subversion at mplayerhq.hu
Fri Oct 30 02:47:01 CET 2009


Author: hyc
Date: Fri Oct 30 02:47:01 2009
New Revision: 11

Log:
Linux doesn't need -lssl

Modified:
   Makefile

Modified: Makefile
==============================================================================
--- Makefile	Fri Oct 30 02:45:15 2009	(r10)
+++ Makefile	Fri Oct 30 02:47:01 2009	(r11)
@@ -11,7 +11,7 @@ CFLAGS=-Wall $(INC) $(OPT)
 CXXFLAGS=-Wall $(INC) $(OPT)
 LDFLAGS=-Wall
 #LIBS=-lws2_32 -lwinmm -lcrypto -lgdi32
-LIBS=-lssl -lcrypto
+LIBS=-lcrypto
 THREADLIB=-lpthread
 SLIBS=$(THREADLIB) $(LIBS)
 


More information about the rtmpdump mailing list