[vlc-commits] mmal: the deinterlacer also uses mmal_picture.h
    Steve Lhomme 
    git at videolan.org
       
    Fri Jan 17 08:47:15 CET 2020
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jan 16 14:16:34 2020 +0100| [2d0781e83854f93f52acbf760611873456887305] | committer: Steve Lhomme
mmal: the deinterlacer also uses mmal_picture.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d0781e83854f93f52acbf760611873456887305
---
 modules/hw/mmal/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/hw/mmal/Makefile.am b/modules/hw/mmal/Makefile.am
index 1dfb3e35ce..b921f38537 100644
--- a/modules/hw/mmal/Makefile.am
+++ b/modules/hw/mmal/Makefile.am
@@ -16,7 +16,7 @@ libmmal_codec_plugin_la_LDFLAGS = $(AM_LDFLAGS)
 libmmal_codec_plugin_la_LIBADD = $(LIBS_mmal)
 mmal_LTLIBRARIES += libmmal_codec_plugin.la
 
-libmmal_deinterlace_plugin_la_SOURCES = deinterlace.c mmal_picture.c
+libmmal_deinterlace_plugin_la_SOURCES = deinterlace.c mmal_picture.c mmal_picture.h
 libmmal_deinterlace_plugin_la_CFLAGS = $(AM_CFLAGS)
 libmmal_deinterlace_plugin_la_LDFLAGS = $(AM_LDFLAGS)
 libmmal_deinterlace_plugin_la_LIBADD = $(LIBS_mmal)
    
    
More information about the vlc-commits
mailing list