Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/v4l2/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::{io, path::Path};

use crate::v4l2::vidioc;

#[cfg(feature = "v4l-sys")]
#[cfg(feature = "libv4l")]
mod detail {
use crate::v4l2::vidioc;
use crate::v4l_sys::*;
Expand Down Expand Up @@ -56,7 +56,7 @@ mod detail {
}
}

#[cfg(feature = "v4l2-sys")]
#[cfg(all(feature = "v4l2", not(feature = "libv4l")))]
Comment thread
onkoe marked this conversation as resolved.
Outdated
mod detail {
use crate::v4l2::vidioc;

Expand Down