obs-studio/plugins/vlc-video
Kurt Kartaltepe d928bfd1ea cmake: Fix warnings and normalize variables/errors
As of 3.17 using find_package_handle_standard_args checks that the name
of the FindXXX file and the first argument are the same case.

Some modules used non-standard variables or the old singular variables
instead of plurals. This normalizes variable usage to the new-style.

Some CMakeLists.txt did custom error checking instead of propagating
find_package errors. These were changes to call find_package with
REQUIRED or without QUIET where needed and shortens the custom status
messages. This helps users who want to enable that functionality see
what precisely wasnt found.
2020-05-21 18:45:16 -07:00
..
data/locale Update translations from Crowdin 2020-03-16 20:14:50 +01:00
CMakeLists.txt cmake: Fix warnings and normalize variables/errors 2020-05-21 18:45:16 -07:00
vlc-video-plugin.c vlc-video: Allow metadata retrieval through proc_handler 2020-05-03 10:55:52 -07:00
vlc-video-plugin.h vlc-video: Allow metadata retrieval through proc_handler 2020-05-03 10:55:52 -07:00
vlc-video-source.c vlc-video: Allow metadata retrieval through proc_handler 2020-05-03 10:55:52 -07:00