mirror of
https://github.com/asticode/go-astiav.git
synced 2025-10-05 16:16:50 +08:00
Moved #cgo directives to a unique file
This commit is contained in:
4
astiav.go
Normal file
4
astiav.go
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
package astiav
|
||||||
|
|
||||||
|
//#cgo pkg-config: libavcodec libavdevice libavfilter libavformat libswscale libavutil
|
||||||
|
import "C"
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec
|
|
||||||
//#include <libavcodec/bsf.h>
|
//#include <libavcodec/bsf.h>
|
||||||
//#include <stdlib.h>
|
//#include <stdlib.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec
|
|
||||||
//#include <libavcodec/bsf.h>
|
//#include <libavcodec/bsf.h>
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavfilter
|
|
||||||
//#include <libavfilter/buffersink.h>
|
//#include <libavfilter/buffersink.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavfilter
|
|
||||||
//#include <libavfilter/buffersrc.h>
|
//#include <libavfilter/buffersrc.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
1
bytes.go
1
bytes.go
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
//#include <stdlib.h>
|
//#include <stdlib.h>
|
||||||
//#include <stdint.h>
|
//#include <stdint.h>
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/channel_layout.h>
|
//#include <libavutil/channel_layout.h>
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/pixfmt.h>
|
//#include <libavutil/pixfmt.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
1
class.go
1
class.go
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/log.h>
|
//#include <libavutil/log.h>
|
||||||
//#include <stdint.h>
|
//#include <stdint.h>
|
||||||
/*
|
/*
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/log.h>
|
//#include <libavutil/log.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
1
codec.go
1
codec.go
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec libavutil
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
//#include <libavutil/channel_layout.h>
|
//#include <libavutil/channel_layout.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec libavutil
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
//#include <libavutil/frame.h>
|
//#include <libavutil/frame.h>
|
||||||
/*
|
/*
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec libavformat
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
//#include <libavformat/avformat.h>
|
//#include <libavformat/avformat.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/pixfmt.h>
|
//#include <libavutil/pixfmt.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/pixfmt.h>
|
//#include <libavutil/pixfmt.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/pixfmt.h>
|
//#include <libavutil/pixfmt.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/pixfmt.h>
|
//#include <libavutil/pixfmt.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavdevice
|
|
||||||
//#include <libavdevice/avdevice.h>
|
//#include <libavdevice/avdevice.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec libavutil
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
//#include <libavutil/dict.h>
|
//#include <libavutil/dict.h>
|
||||||
//#include <stdlib.h>
|
//#include <stdlib.h>
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/dict.h>
|
//#include <libavutil/dict.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/dict.h>
|
//#include <libavutil/dict.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/display.h>
|
//#include <libavutil/display.h>
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
|
1
error.go
1
error.go
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/avutil.h>
|
//#include <libavutil/avutil.h>
|
||||||
//#include <errno.h>
|
//#include <errno.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavfilter
|
|
||||||
//#include <libavfilter/avfilter.h>
|
//#include <libavfilter/avfilter.h>
|
||||||
import "C"
|
import "C"
|
||||||
import "unsafe"
|
import "unsafe"
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavfilter
|
|
||||||
//#include <libavfilter/avfilter.h>
|
//#include <libavfilter/avfilter.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavfilter libavutil
|
|
||||||
//#include <libavfilter/avfilter.h>
|
//#include <libavfilter/avfilter.h>
|
||||||
//#include <libavfilter/buffersink.h>
|
//#include <libavfilter/buffersink.h>
|
||||||
//#include <libavfilter/buffersrc.h>
|
//#include <libavfilter/buffersrc.h>
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavfilter
|
|
||||||
//#include <libavfilter/avfilter.h>
|
//#include <libavfilter/avfilter.h>
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavfilter
|
|
||||||
//#include <libavfilter/avfilter.h>
|
//#include <libavfilter/avfilter.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavfilter
|
|
||||||
//#include <libavfilter/avfilter.h>
|
//#include <libavfilter/avfilter.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec libavformat
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
//#include <libavformat/avformat.h>
|
//#include <libavformat/avformat.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavformat
|
|
||||||
//#include <libavformat/avformat.h>
|
//#include <libavformat/avformat.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavformat
|
|
||||||
//#include <libavformat/avformat.h>
|
//#include <libavformat/avformat.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavformat
|
|
||||||
//#include <libavformat/avformat.h>
|
//#include <libavformat/avformat.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
1
frame.go
1
frame.go
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/channel_layout.h>
|
//#include <libavutil/channel_layout.h>
|
||||||
//#include <libavutil/frame.h>
|
//#include <libavutil/frame.h>
|
||||||
//#include <libavutil/imgutils.h>
|
//#include <libavutil/imgutils.h>
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/imgutils.h>
|
//#include <libavutil/imgutils.h>
|
||||||
//#include <stdint.h>
|
//#include <stdint.h>
|
||||||
/*
|
/*
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/frame.h>
|
//#include <libavutil/frame.h>
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/frame.h>
|
//#include <libavutil/frame.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil libavcodec
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
//#include <libavutil/hwcontext.h>
|
//#include <libavutil/hwcontext.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/hwcontext.h>
|
//#include <libavutil/hwcontext.h>
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavformat
|
|
||||||
//#include <libavformat/avformat.h>
|
//#include <libavformat/avformat.h>
|
||||||
import "C"
|
import "C"
|
||||||
import "unsafe"
|
import "unsafe"
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/intreadwrite.h>
|
//#include <libavutil/intreadwrite.h>
|
||||||
/*
|
/*
|
||||||
uint32_t astiavRL32(uint8_t *i) {
|
uint32_t astiavRL32(uint8_t *i) {
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavformat
|
|
||||||
//#include <libavformat/avformat.h>
|
//#include <libavformat/avformat.h>
|
||||||
//#include "io_context.h"
|
//#include "io_context.h"
|
||||||
import "C"
|
import "C"
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavformat
|
|
||||||
//#include <libavformat/avformat.h>
|
//#include <libavformat/avformat.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavformat
|
|
||||||
//#include <libavformat/avformat.h>
|
//#include <libavformat/avformat.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavformat
|
|
||||||
//#include <libavformat/avio.h>
|
//#include <libavformat/avio.h>
|
||||||
/*
|
/*
|
||||||
int astiavInterruptCallback(void *ret)
|
int astiavInterruptCallback(void *ret)
|
||||||
|
1
level.go
1
level.go
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
1
log.go
1
log.go
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/log.h>
|
//#include <libavutil/log.h>
|
||||||
//#include <stdio.h>
|
//#include <stdio.h>
|
||||||
//#include <stdlib.h>
|
//#include <stdlib.h>
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/mathematics.h>
|
//#include <libavutil/mathematics.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec libavutil
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
//#include <libavutil/avutil.h>
|
//#include <libavutil/avutil.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavformat
|
|
||||||
//#include <libavformat/avformat.h>
|
//#include <libavformat/avformat.h>
|
||||||
import "C"
|
import "C"
|
||||||
import "unsafe"
|
import "unsafe"
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/avutil.h>
|
//#include <libavutil/avutil.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec libavutil
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
//#include <libavutil/avutil.h>
|
//#include <libavutil/avutil.h>
|
||||||
//#include <libavutil/pixdesc.h>
|
//#include <libavutil/pixdesc.h>
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavformat
|
|
||||||
//#include <libavformat/avformat.h>
|
//#include <libavformat/avformat.h>
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/rational.h>
|
//#include <libavutil/rational.h>
|
||||||
import "C"
|
import "C"
|
||||||
import "strconv"
|
import "strconv"
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec libavutil
|
|
||||||
//#include <libavutil/mathematics.h>
|
//#include <libavutil/mathematics.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavutil
|
|
||||||
//#include <libavutil/samplefmt.h>
|
//#include <libavutil/samplefmt.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavformat
|
|
||||||
//#include <libavformat/avformat.h>
|
//#include <libavformat/avformat.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libswscale
|
|
||||||
//#include <libswscale/swscale.h>
|
//#include <libswscale/swscale.h>
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libswscale
|
|
||||||
//#include <libswscale/swscale.h>
|
//#include <libswscale/swscale.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavformat
|
|
||||||
//#include <libavformat/avformat.h>
|
//#include <libavformat/avformat.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavformat
|
|
||||||
//#include <libavformat/avformat.h>
|
//#include <libavformat/avformat.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
package astiav
|
package astiav
|
||||||
|
|
||||||
//#cgo pkg-config: libavcodec
|
|
||||||
//#include <libavcodec/avcodec.h>
|
//#include <libavcodec/avcodec.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user