Skip to content
Snippets Groups Projects
Commit b437cad5 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

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.
parent 41dc8302
No related branches found
No related tags found
1 merge request!3556vlc_plugin: make header standalone
Pipeline #334778 passed with stage
in 14 minutes and 39 seconds
......@@ -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.
......
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