mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
Add OpenH264 version check macro
This commit is contained in:
parent
984b150e65
commit
e75e637531
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
#endif
|
||||
|
||||
#include "gstopenh264dec.h"
|
||||
|
||||
#include <wels/codec_ver.h>
|
||||
#define OPENH264_VERSION_CHECK(maj,min) ((OPENH264_MAJOR > (maj)) || (OPENH264_MAJOR == (maj) && OPENH264_MINOR >= (min)))
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/video.h>
|
||||
#include <gst/video/gstvideodecoder.h>
|
||||
|
|
Loading…
Reference in a new issue