Add Webm2Pes.
Add tool for converting WebM VPx streams to Packetized Elementary Streams. Change-Id: I599de053df5423a803a3ea450876c52c3e400034
This commit is contained in:
@@ -56,3 +56,8 @@ add_executable(vttdemux
|
||||
"${LIBWEBM_SRC_DIR}/webvttparser.cc"
|
||||
"${LIBWEBM_SRC_DIR}/webvttparser.h")
|
||||
target_link_libraries(vttdemux LINK_PUBLIC webm)
|
||||
|
||||
# webm2pes section.
|
||||
add_executable(webm2pes
|
||||
"${LIBWEBM_SRC_DIR}/webm2pes.cc")
|
||||
target_link_libraries(webm2pes LINK_PUBLIC webm)
|
||||
|
||||
Reference in New Issue
Block a user