[vlc-commits] codec: add vlc_fifo_helper.h in the Makefile

Steve Lhomme git at videolan.org
Wed Apr 4 18:33:32 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Apr  4 18:33:22 2018 +0200| [04a7de6781ae468bdda3758b66a019e76bb900bc] | committer: Steve Lhomme

codec: add vlc_fifo_helper.h in the Makefile

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=04a7de6781ae468bdda3758b66a019e76bb900bc
---

 modules/codec/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
index 99f9bfa949..1615fd58e1 100644
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -584,7 +584,7 @@ libcrystalhd_plugin_la_LIBADD = $(LIBS_crystalhd)
 EXTRA_LTLIBRARIES += libcrystalhd_plugin.la
 codec_LTLIBRARIES += $(LTLIBcrystalhd)
 
-libqsv_plugin_la_SOURCES = codec/qsv.c
+libqsv_plugin_la_SOURCES = codec/qsv.c codec/vlc_fifo_helper.h
 libqsv_plugin_la_CFLAGS = $(AM_CFLAGS) $(MFX_CFLAGS)
 libqsv_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)'
 libqsv_plugin_la_LIBADD = $(MFX_LIBS)



More information about the vlc-commits mailing list