mirror of https://bitbucket.org/ausocean/av.git
Potentially simplified linker options
This commit is contained in:
parent
cac22540c0
commit
75ce6e10bf
|
@ -29,8 +29,8 @@ LICENSE
|
|||
package rtmp
|
||||
|
||||
/*
|
||||
#cgo CFLAGS: -I./rtmp_c/librtmp
|
||||
#cgo LDFLAGS: -L./rtmp_c/librtmp -lrtmp
|
||||
#cgo CFLAGS: -I/usr/local/include/librtmp
|
||||
#cgo LDFLAGS: -L/usr/local/lib -lrtmp
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <rtmp.h>
|
||||
|
|
Loading…
Reference in New Issue