vlc | branch: master | Thomas Guillem <[email protected]> | Fri Jun 5 08:53:13 2020 +0200| [dbf2d1b252acb0857f6090a3b687c44f3228dd00] | committer: Thomas Guillem
codec: hxxx_helper: fix distcheck > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dbf2d1b252acb0857f6090a3b687c44f3228dd00 --- 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 45d4ace0f2..149b1bffcc 100644 --- a/modules/codec/Makefile.am +++ b/modules/codec/Makefile.am @@ -612,7 +612,7 @@ libvlc_hxxxhelper_la_SOURCES = \ packetizer/hevc_nal.c packetizer/hevc_nal.h libvlc_hxxxhelper_la_CPPFLAGS = -Dneedsomethinghere libvlc_hxxxhelper_la_LDFLAGS = -static -EXTRA_LTLIBRARIES += libvlc_hxxxhelper.la +noinst_LTLIBRARIES += libvlc_hxxxhelper.la libhxxxhelper_testdec_plugin_la_SOURCES = codec/hxxx_helper_testdec.c libhxxxhelper_testdec_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)' _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
