X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=examples.mk;h=cc7fb1ddcf3ed21c34e9708682f50935ef42b7a1;hb=e4290800b21478a3f9548c58b4f15c5ba5393073;hp=edd4e75105d23806823cd3df404e722ae08085d5;hpb=71aacf39c7531802143fa127141584774d5c2433;p=libvpx diff --git a/examples.mk b/examples.mk index edd4e7510..cc7fb1ddc 100644 --- a/examples.mk +++ b/examples.mk @@ -9,7 +9,6 @@ ## LIBYUV_SRCS += third_party/libyuv/include/libyuv/basic_types.h \ - third_party/libyuv/include/libyuv/compare_row.h \ third_party/libyuv/include/libyuv/convert.h \ third_party/libyuv/include/libyuv/convert_argb.h \ third_party/libyuv/include/libyuv/convert_from.h \ @@ -19,7 +18,6 @@ LIBYUV_SRCS += third_party/libyuv/include/libyuv/basic_types.h \ third_party/libyuv/include/libyuv/row.h \ third_party/libyuv/include/libyuv/scale.h \ third_party/libyuv/include/libyuv/scale_row.h \ - third_party/libyuv/include/libyuv.h \ third_party/libyuv/source/cpu_id.cc \ third_party/libyuv/source/planar_functions.cc \ third_party/libyuv/source/row_any.cc \ @@ -217,6 +215,17 @@ vp8cx_set_ref.SRCS += vpx_ports/msvc.h vp8cx_set_ref.GUID = C5E31F7F-96F6-48BD-BD3E-10EBF6E8057A vp8cx_set_ref.DESCRIPTION = VP8 set encoder reference frame +ifeq ($(CONFIG_VP9_ENCODER),yes) +ifeq ($(CONFIG_DECODERS),yes) +EXAMPLES-yes += vp9cx_set_ref.c +vp9cx_set_ref.SRCS += ivfenc.h ivfenc.c +vp9cx_set_ref.SRCS += tools_common.h tools_common.c +vp9cx_set_ref.SRCS += video_common.h +vp9cx_set_ref.SRCS += video_writer.h video_writer.c +vp9cx_set_ref.GUID = 65D7F14A-2EE6-4293-B958-AB5107A03B55 +vp9cx_set_ref.DESCRIPTION = VP9 set encoder reference frame +endif +endif ifeq ($(CONFIG_MULTI_RES_ENCODING),yes) ifeq ($(CONFIG_LIBYUV),yes)