rtmp: updated cgo LDFLAGS so that not outdated and does not cause undefined symbol runtime error on pi

This commit is contained in:
saxon 2018-08-24 06:11:21 +09:30
parent 6dd791f7e1
commit fbd94e659f
1 changed files with 1 additions and 1 deletions

View File

@ -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>