aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-01-07 00:48:23 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-01-07 00:48:23 +0100
commitc09eeca5468ca03cc5733f08dc6303b4aef2c2c1 (patch)
tree4cb9bc74bdd24febb33f737eb4d8206f0c6f803a /libavcodec/Makefile
parentcb03d29dec649efb03b895810f610e61d70800ca (diff)
parent8a3d9ca603f4d15ecaa9ca379cbaab4ecaec8ce4 (diff)
downloadffmpeg-c09eeca5468ca03cc5733f08dc6303b4aef2c2c1.tar.gz
Merge commit '8a3d9ca603f4d15ecaa9ca379cbaab4ecaec8ce4'
* commit '8a3d9ca603f4d15ecaa9ca379cbaab4ecaec8ce4': libavcodec: Add an OpenH264 encoder wrapper Conflicts: Changelog configure libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 107661bc38..6b85420931 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -734,6 +734,7 @@ OBJS-$(CONFIG_LIBMP3LAME_ENCODER) += libmp3lame.o mpegaudiodecheader.o
OBJS-$(CONFIG_LIBOPENCORE_AMRNB_DECODER) += libopencore-amr.o
OBJS-$(CONFIG_LIBOPENCORE_AMRNB_ENCODER) += libopencore-amr.o
OBJS-$(CONFIG_LIBOPENCORE_AMRWB_DECODER) += libopencore-amr.o
+OBJS-$(CONFIG_LIBOPENH264_ENCODER) += libopenh264enc.o
OBJS-$(CONFIG_LIBOPENJPEG_DECODER) += libopenjpegdec.o
OBJS-$(CONFIG_LIBOPENJPEG_ENCODER) += libopenjpegenc.o
OBJS-$(CONFIG_LIBOPUS_DECODER) += libopusdec.o libopus.o \