You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
397 B
12 lines
397 B
Index: librtmp/Makefile |
|
--- librtmp/Makefile.orig 2010-06-30 22:01:28.000000000 +0200 |
|
+++ librtmp/Makefile 2017-02-25 17:37:07.335024000 +0100 |
|
@@ -39,7 +39,7 @@ |
|
|
|
DEF=-DRTMPDUMP_VERSION=\"$(VERSION)\" $(CRYPTO_DEF) $(XDEF) |
|
OPT=-O2 |
|
-CFLAGS=-Wall $(XCFLAGS) $(INC) $(DEF) $(OPT) $(SO_DEF) |
|
+CFLAGS=$(XCFLAGS) $(INC) $(DEF) $(OPT) $(SO_DEF) |
|
|
|
incdir=$(prefix)/include/librtmp |
|
bindir=$(prefix)/bin
|
|
|