[vlc-commits] input: decoder: include libvlc.h to get vlc_custom_create()
Steve Lhomme
git at videolan.org
Fri Jul 17 08:18:08 CEST 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jul 16 10:08:18 2020 +0200| [9dcc04cefee8cab1b175b6228160b2c6e8eb66b1] | committer: Steve Lhomme
input: decoder: include libvlc.h to get vlc_custom_create()
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9dcc04cefee8cab1b175b6228160b2c6e8eb66b1
---
src/input/decoder.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/input/decoder.c b/src/input/decoder.c
index 0bc79d2a5c..141120d639 100644
--- a/src/input/decoder.c
+++ b/src/input/decoder.c
@@ -49,6 +49,7 @@
#include "../clock/clock.h"
#include "decoder.h"
#include "resource.h"
+#include "libvlc.h"
#include "../video_output/vout_internal.h"
More information about the vlc-commits
mailing list