mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
uvch264: Define LIBUSB_CLASS_VIDEO if using an old version of libusb
This commit is contained in:
parent
e82e434730
commit
49fefbde65
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@
|
||||||
#include "gstuvch264-marshal.h"
|
#include "gstuvch264-marshal.h"
|
||||||
#include <gudev/gudev.h>
|
#include <gudev/gudev.h>
|
||||||
#include <libusb.h>
|
#include <libusb.h>
|
||||||
|
#ifndef LIBUSB_CLASS_VIDEO
|
||||||
|
#define LIBUSB_CLASS_VIDEO 0x0e
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue