Skip to content

Commit

Permalink
Try and fix the gstreamer only cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEntangledAndy committed Oct 26, 2024
1 parent ed4a5ea commit e6c6f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/neocam.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use super::{
use super::{PnRequest, PushNoti};
use crate::{config::CameraConfig, AnyResult, Result};
use neolink_core::bc_protocol::BcCamera;
#[cfg(feature = "gstreamer")]

#[allow(dead_code)]
pub(crate) enum NeoCamCommand {
HangUp,
Expand Down

0 comments on commit e6c6f5c

Please sign in to comment.