mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-09-29 05:02:12 +08:00
12 lines
336 B
Go
12 lines
336 B
Go
// Copyright (c) 2023 QRTC. All rights reserved.
|
|
// Use of this source code is governed by a MIT
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package ffmpeg
|
|
|
|
/*
|
|
#cgo CPPFLAGS: -Wno-deprecated-declarations
|
|
#cgo pkg-config: libavdevice libavformat libavfilter libavcodec libpostproc libswscale libswresample libavutil
|
|
*/
|
|
import "C"
|