]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/i420_ymga.c
Include vlc_plugin.h as needed
[vlc] / modules / video_chroma / i420_ymga.c
index f3cb90594fc05324a3ee5988c733c1454ee01551..a13d04045179b3d5335e22855e93287fcf7c0ef2 100644 (file)
@@ -31,6 +31,7 @@
 #endif
 
 #include <vlc/vlc.h>
+#include <vlc_plugin.h>
 #include <vlc_vout.h>
 
 #define SRC_FOURCC  "I420,IYUV,YV12"