mirror of
https://github.com/go-gst/go-gst.git
synced 2025-11-02 12:24:15 +08:00
9 lines
148 B
C
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
|