mirror of https://bitbucket.org/ausocean/av.git
remove non required crypto linking flags
This commit is contained in:
parent
fa1a19e0fa
commit
1204b02ee5
|
@ -30,7 +30,7 @@ package rtmp
|
|||
|
||||
/*
|
||||
#cgo CFLAGS: -I/usr/local/include/librtmp
|
||||
#cgo LDFLAGS: -lssl -lcrypto -lrtmp -lz
|
||||
#cgo LDFLAGS: -lrtmp -lz
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <rtmp.h>
|
||||
|
|
Loading…
Reference in New Issue