Merge "Rename vpx_thread to vpx_util"
This commit is contained in:
commit
39f03bf9c6
4
libs.mk
4
libs.mk
@ -50,8 +50,8 @@ CODEC_SRCS-yes += $(addprefix vpx_ports/,$(call enabled,PORTS_SRCS))
|
||||
include $(SRC_PATH_BARE)/vpx_dsp/vpx_dsp.mk
|
||||
CODEC_SRCS-yes += $(addprefix vpx_dsp/,$(call enabled,DSP_SRCS))
|
||||
|
||||
include $(SRC_PATH_BARE)/vpx_thread/vpx_thread.mk
|
||||
CODEC_SRCS-yes += $(addprefix vpx_thread/,$(call enabled,THREAD_SRCS))
|
||||
include $(SRC_PATH_BARE)/vpx_util/vpx_util.mk
|
||||
CODEC_SRCS-yes += $(addprefix vpx_util/,$(call enabled,UTIL_SRCS))
|
||||
|
||||
ifneq ($(CONFIG_VP8_ENCODER)$(CONFIG_VP8_DECODER),)
|
||||
VP8_PREFIX=vp8/
|
||||
|
@ -18,7 +18,7 @@
|
||||
#if CONFIG_WEBM_IO
|
||||
#include "test/webm_video_source.h"
|
||||
#endif
|
||||
#include "vpx_thread/vpx_thread.h"
|
||||
#include "vpx_util/vpx_thread.h"
|
||||
|
||||
namespace {
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#include "./vpx_config.h"
|
||||
#include "vpx/internal/vpx_codec_internal.h"
|
||||
#include "vpx_thread/vpx_thread.h"
|
||||
#include "vpx_util/vpx_thread.h"
|
||||
#include "./vp9_rtcd.h"
|
||||
#include "vp9/common/vp9_alloccommon.h"
|
||||
#include "vp9/common/vp9_loopfilter.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
#define VP9_COMMON_VP9_LOOPFILTER_THREAD_H_
|
||||
#include "./vpx_config.h"
|
||||
#include "vp9/common/vp9_loopfilter.h"
|
||||
#include "vpx_thread/vpx_thread.h"
|
||||
#include "vpx_util/vpx_thread.h"
|
||||
|
||||
struct VP9Common;
|
||||
struct FRAME_COUNTS;
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "vpx_ports/mem.h"
|
||||
#include "vpx_ports/mem_ops.h"
|
||||
#include "vpx_scale/vpx_scale.h"
|
||||
#include "vpx_thread/vpx_thread.h"
|
||||
#include "vpx_util/vpx_thread.h"
|
||||
|
||||
#include "vp9/common/vp9_alloccommon.h"
|
||||
#include "vp9/common/vp9_common.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "vpx_ports/vpx_once.h"
|
||||
#include "vpx_ports/vpx_timer.h"
|
||||
#include "vpx_scale/vpx_scale.h"
|
||||
#include "vpx_thread/vpx_thread.h"
|
||||
#include "vpx_util/vpx_thread.h"
|
||||
|
||||
#include "vp9/common/vp9_alloccommon.h"
|
||||
#include "vp9/common/vp9_loopfilter.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#include "vpx/vpx_codec.h"
|
||||
#include "vpx_scale/yv12config.h"
|
||||
#include "vpx_thread/vpx_thread.h"
|
||||
#include "vpx_util/vpx_thread.h"
|
||||
|
||||
#include "vp9/common/vp9_thread_common.h"
|
||||
#include "vp9/common/vp9_onyxc_int.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
#define VP9_DECODER_VP9_DTHREAD_H_
|
||||
|
||||
#include "./vpx_config.h"
|
||||
#include "vpx_thread/vpx_thread.h"
|
||||
#include "vpx_util/vpx_thread.h"
|
||||
#include "vpx/internal/vpx_codec_internal.h"
|
||||
|
||||
struct VP9Common;
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "./vpx_config.h"
|
||||
#include "vpx/internal/vpx_codec_internal.h"
|
||||
#include "vpx/vp8cx.h"
|
||||
#include "vpx_thread/vpx_thread.h"
|
||||
#include "vpx_util/vpx_thread.h"
|
||||
|
||||
#include "vp9/common/vp9_alloccommon.h"
|
||||
#include "vp9/common/vp9_ppflags.h"
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "vpx/internal/vpx_codec_internal.h"
|
||||
#include "vpx/vp8dx.h"
|
||||
#include "vpx/vpx_decoder.h"
|
||||
#include "vpx_thread/vpx_thread.h"
|
||||
#include "vpx_util/vpx_thread.h"
|
||||
|
||||
#include "vp9/common/vp9_alloccommon.h"
|
||||
#include "vp9/common/vp9_frame_buffers.h"
|
||||
|
@ -8,6 +8,6 @@
|
||||
## be found in the AUTHORS file in the root of the source tree.
|
||||
##
|
||||
|
||||
THREAD_SRCS-yes += vpx_thread.mk
|
||||
THREAD_SRCS-yes += vpx_thread.c
|
||||
THREAD_SRCS-yes += vpx_thread.h
|
||||
UTIL_SRCS-yes += vpx_util.mk
|
||||
UTIL_SRCS-yes += vpx_thread.c
|
||||
UTIL_SRCS-yes += vpx_thread.h
|
Loading…
Reference in New Issue
Block a user