diff options
| author | Michael Forney <mforney@mforney.org> | 2020-08-16 03:27:34 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-08-16 03:27:34 -0700 |
| commit | 7d88126e0ab869493e784d5b95569646883874a7 (patch) | |
| tree | 083d112d3646ff514b951c7535483baf9f260440 /pkg | |
| parent | 5622e5b15169907f7d8c330d7499c1ed08e55eef (diff) | |
ffmpeg: Add V4L2 support
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/ffmpeg/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ffmpeg/options.h b/pkg/ffmpeg/options.h index 4b3676bd..01975907 100644 --- a/pkg/ffmpeg/options.h +++ b/pkg/ffmpeg/options.h @@ -1590,7 +1590,7 @@ #define CONFIG_OSS_INDEV 0 #define CONFIG_PULSE_INDEV 0 #define CONFIG_SNDIO_INDEV 0 -#define CONFIG_V4L2_INDEV 0 +#define CONFIG_V4L2_INDEV 1 #define CONFIG_VFWCAP_INDEV 0 #define CONFIG_XCBGRAB_INDEV 0 #define CONFIG_LIBCDIO_INDEV 0 |
