Skip to content

Commit

Permalink
Revert "Use system videodev2.h"
Browse files Browse the repository at this point in the history
- Broke debian-stretch and centos7 builds

This reverts commit 9b74773.
  • Loading branch information
stuarta committed May 17, 2021
1 parent 9b74773 commit fe5a624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/recorders/v4lchannel.h
Expand Up @@ -9,7 +9,7 @@
#include "dtvchannel.h"

#ifdef USING_V4L2
#include <linux/videodev2.h>
#include "videodev2.h" // needed for v4l2_std_id type
#endif

using namespace std;
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/v4l2util.h
Expand Up @@ -2,7 +2,7 @@
#define _V4L2_util_h_

#ifdef USING_V4L2
#include <linux/videodev2.h>
#include "videodev2.h" // our copy
#endif

#include "tv.h"
Expand Down

0 comments on commit fe5a624

Please sign in to comment.