Files
go-gst/gst/gstwebrtc/gst.go.h
2024-08-26 17:05:03 +02:00

9 lines
148 B
C

#ifndef __GST_WEBRTC_GO_H__
#define __GST_WEBRTC_GO_H__
#define GST_USE_UNSTABLE_API // webrtc is unstable
#include <gst/webrtc/webrtc.h>
#endif