mirror of
https://github.com/curl/curl.git
synced 2026-07-16 03:27:16 +03:00
Makefile.mk: fix -rtmp option for non-Windows [ci skip]
This commit is contained in:
parent
91188c6480
commit
c0d4fbb1f5
1 changed files with 4 additions and 1 deletions
|
|
@ -145,7 +145,10 @@ ifneq ($(findstring -rtmp,$(CFG)),)
|
|||
CPPFLAGS += -DUSE_LIBRTMP
|
||||
CPPFLAGS += -I"$(LIBRTMP_PATH)"
|
||||
_LDFLAGS += -L"$(LIBRTMP_PATH)/librtmp"
|
||||
_LIBS += -lrtmp -lwinmm
|
||||
_LIBS += -lrtmp
|
||||
ifdef WIN32
|
||||
_LIBS += -lwinmm
|
||||
endif
|
||||
ZLIB := 1
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue