Skip to content

Commit

Permalink
mplayer-share: use consistent indentation style (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhgutteridge committed May 28, 2024
1 parent af798c8 commit 879a2e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions multimedia/mplayer-share/options.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.73 2024/05/27 19:33:55 rjs Exp $
# $NetBSD: options.mk,v 1.74 2024/05/28 02:00:13 gutteridge Exp $

.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)

Expand Down Expand Up @@ -292,10 +292,10 @@ CONFIGURE_ARGS+= --enable-theora
CONFIGURE_ARGS+= --disable-theora
. endif

.if !empty(PKG_OPTIONS:Mv4l2)
. if !empty(PKG_OPTIONS:Mv4l2)
CONFIGURE_ARGS+= --enable-tv-v4l2
. include "../../graphics/libv4l/buildlink3.mk"
.else
. include "../../graphics/libv4l/buildlink3.mk"
. else
CONFIGURE_ARGS+= --disable-tv-v4l2
. endif

Expand Down

0 comments on commit 879a2e7

Please sign in to comment.