packetizer: hevc: don't double store poc prev msb/lsb
[vlc.git] / modules / stream_extractor / Makefile.am
blob6b37a01bbdf55506fe46c29ef5cc7efff7a22b6f
1 stream_extractordir = $(pluginsdir)/stream_extractor
2 stream_extractor_LTLIBRARIES =
4 libarchive_plugin_la_SOURCES = stream_extractor/archive.c
5 libarchive_plugin_la_CFLAGS = $(AM_CFLAGS) $(ARCHIVE_CFLAGS)
6 libarchive_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(stream_extractordir)'
7 libarchive_plugin_la_LIBADD = $(ARCHIVE_LIBS)
8 EXTRA_LTLIBRARIES += libarchive_plugin.la
9 stream_extractor_LTLIBRARIES += $(LTLIBarchive)