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
|
package rtmp
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#cgo CFLAGS: -I./rtmp_c/librtmp
|
#cgo CFLAGS: -I/usr/local/include/librtmp
|
||||||
#cgo LDFLAGS: -L./rtmp_c/librtmp -lrtmp
|
#cgo LDFLAGS: -L/usr/local/lib -lrtmp
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <rtmp.h>
|
#include <rtmp.h>
|
||||||
|
|
Loading…
Reference in New Issue