Skip to content

Commit

Permalink
multimedia/vlc: Fix typo in CONFIGURE_ARGS
Browse files Browse the repository at this point in the history
--disable-mpg123--disable-vnc --> --disable-mpg123--disable-vnc

Reported by:	vvd
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed May 11, 2024
1 parent d533dce commit 5de38df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multimedia/vlc/Makefile
Expand Up @@ -57,7 +57,7 @@ CONFIGURE_ARGS= --enable-avcodec --enable-avformat --enable-dvbpsi \
--disable-dsm --disable-dv1394 --disable-fdkaac \
--disable-gst-decode --disable-gles2 --disable-kai \
--disable-kate --disable-kva --disable-libcddb \
--disable-mpg123--disable-vnc --disable-opencv \
--disable-mpg123 --disable-vnc --disable-opencv \
--disable-projectm --disable-schroedinger --disable-secret \
--disable-soxr --disable-telx --disable-tiger \
--disable-tremor --disable-udev --disable-update-check \
Expand Down

0 comments on commit 5de38df

Please sign in to comment.