Skip to content
Snippets Groups Projects
Commit 7c271bb9 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix warning in vlc cmake

parent f1ef761b
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ if (USESYSTEMLIBS OR LINUX) ...@@ -4,7 +4,7 @@ if (USESYSTEMLIBS OR LINUX)
include(FindPkgConfig) include(FindPkgConfig)
pkg_check_modules(VLC REQUIRED libvlc) pkg_check_modules(VLC REQUIRED libvlc)
else (USESYSTEMLIBS) else ()
include(Prebuilt) include(Prebuilt)
use_prebuilt_binary(vlc-bin) use_prebuilt_binary(vlc-bin)
...@@ -27,4 +27,4 @@ else (USESYSTEMLIBS) ...@@ -27,4 +27,4 @@ else (USESYSTEMLIBS)
${LIBS_PREBUILT_DIR}/lib/libvlccore.a ${LIBS_PREBUILT_DIR}/lib/libvlccore.a
) )
endif (WINDOWS) endif (WINDOWS)
endif (USESYSTEMLIBS) endif ()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment