mirror of https://bitbucket.org/ausocean/av.git
rtmp: updated cgo LDFLAGS so that not outdated and does not cause undefined symbol runtime error on pi
This commit is contained in:
parent
6dd791f7e1
commit
fbd94e659f
|
@ -31,7 +31,7 @@ package rtmp
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#cgo CFLAGS: -I/usr/local/include/librtmp
|
#cgo CFLAGS: -I/usr/local/include/librtmp
|
||||||
#cgo LDFLAGS: -L/usr/local/lib -lrtmp
|
#cgo LDFLAGS: -lrtmp -lz -Wl,-rpath=/usr/local/lib
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Reference in New Issue