diff options
author | Mark Thompson <sw@jkqxz.net> | 2016-03-23 23:49:02 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-30 09:05:28 +0200 |
commit | 104c804bcaac24b52eb51ed17df2fb311e6ae73e (patch) | |
tree | 75a1e1ad753b37d95e7fef5abbce785ab7f2d603 /libavcodec/Makefile | |
parent | 5d273d3efac340ef8de445c955ff44c7abed4e8f (diff) | |
download | ffmpeg-104c804bcaac24b52eb51ed17df2fb311e6ae73e.tar.gz |
lavc: VAAPI encode common infrastructure
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 0026b1fb7c..292066e52e 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -107,6 +107,7 @@ OBJS-$(CONFIG_STARTCODE) += startcode.o OBJS-$(CONFIG_TEXTUREDSP) += texturedsp.o OBJS-$(CONFIG_TEXTUREDSPENC) += texturedspenc.o OBJS-$(CONFIG_TPELDSP) += tpeldsp.o +OBJS-$(CONFIG_VAAPI_ENCODE) += vaapi_encode.o OBJS-$(CONFIG_VC1DSP) += vc1dsp.o OBJS-$(CONFIG_VIDEODSP) += videodsp.o OBJS-$(CONFIG_VP3DSP) += vp3dsp.o |