[vlc-commits] [Git][videolan/vlc][master] vlc_plugin: make header standalone
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Apr 20 16:34:32 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
b437cad5 by Steve Lhomme at 2023-04-20T15:55:41+00:00
vlc_plugin: make header standalone
This can be useful for code that generates static symbols.
We don't need to include `vlc_common.h` anymore.
- - - - -
1 changed file:
- include/vlc_plugin.h
Changes:
=====================================
include/vlc_plugin.h
=====================================
@@ -24,6 +24,8 @@
#ifndef LIBVLC_MODULES_MACROS_H
# define LIBVLC_MODULES_MACROS_H 1
+#include <stdint.h>
+
/**
* \file
* This file implements plugin (module) macros used to define a vlc module.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b437cad5687aa36d6b5fe15a3f61e46e2bfb81ea
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b437cad5687aa36d6b5fe15a3f61e46e2bfb81ea
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list