Commit c38a4b7d authored by Denis Charmet's avatar Denis Charmet

Add a simple raw hevc demux

parent b1c0b336
...@@ -162,6 +162,9 @@ demux_LTLIBRARIES += libes_plugin.la ...@@ -162,6 +162,9 @@ demux_LTLIBRARIES += libes_plugin.la
libh264_plugin_la_SOURCES = demux/mpeg/h264.c libh264_plugin_la_SOURCES = demux/mpeg/h264.c
demux_LTLIBRARIES += libh264_plugin.la demux_LTLIBRARIES += libh264_plugin.la
libhevc_plugin_la_SOURCES = demux/mpeg/hevc.c
demux_LTLIBRARIES += libhevc_plugin.la
libmkv_plugin_la_SOURCES = \ libmkv_plugin_la_SOURCES = \
demux/mkv/util.hpp demux/mkv/util.cpp \ demux/mkv/util.hpp demux/mkv/util.cpp \
demux/mkv/virtual_segment.hpp demux/mkv/virtual_segment.cpp \ demux/mkv/virtual_segment.hpp demux/mkv/virtual_segment.cpp \
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment