Rename libwebm_utils to libwebm_util.

Use a single naming convention.

Change-Id: Ia48089b05e5a453a402d4b4e7f258a56bee8a001
This commit is contained in:
Tom Finegan
2016-03-07 11:21:23 -08:00
parent 2fabcd344e
commit 1b895e97d0
9 changed files with 12 additions and 12 deletions

View File

@@ -157,8 +157,8 @@ target_link_libraries(vttdemux LINK_PUBLIC webm)
if (ENABLE_WEBMTS)
# webmts (PES/TS support) library section.
add_library(webmts
"${LIBWEBM_SRC_DIR}/common/libwebm_utils.cc"
"${LIBWEBM_SRC_DIR}/common/libwebm_utils.h"
"${LIBWEBM_SRC_DIR}/common/libwebm_util.cc"
"${LIBWEBM_SRC_DIR}/common/libwebm_util.h"
"${LIBWEBM_SRC_DIR}/webm2pes.cc"
"${LIBWEBM_SRC_DIR}/webm2pes.h"
"${LIBWEBM_SRC_DIR}/vpxpes2ts.cc"