summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAleksi Nurmi <aleksi.nurmi@gmail.com>2012-11-15 21:48:02 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-11-22 01:06:25 +0100
commit492a5f835c59ab7c2e347d3579d8bf6148ae0a09 (patch)
treef224226e1f6f81a2d7967143a50e1e249d0aa20b /libavcodec/Makefile
parent2e08a82d5e77781e2794b244f11254108bf5b46b (diff)
downloadffmpeg-streaming-492a5f835c59ab7c2e347d3579d8bf6148ae0a09.zip
ffmpeg-streaming-492a5f835c59ab7c2e347d3579d8bf6148ae0a09.tar.gz
brender_pix: a new image decoder
PIX is an image file format that was used by the BRender 3d engine. Signed-off-by: Aleksi Nurmi <aleksi.nurmi@gmail.com> Signed-off-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 0c94af7..1eaa3f6 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -136,6 +136,7 @@ OBJS-$(CONFIG_BMP_DECODER) += bmp.o msrledec.o
OBJS-$(CONFIG_BMP_ENCODER) += bmpenc.o
OBJS-$(CONFIG_BMV_VIDEO_DECODER) += bmv.o
OBJS-$(CONFIG_BMV_AUDIO_DECODER) += bmv.o
+OBJS-$(CONFIG_BRENDER_PIX_DECODER) += brender_pix.o
OBJS-$(CONFIG_C93_DECODER) += c93.o
OBJS-$(CONFIG_CAVS_DECODER) += cavs.o cavsdec.o cavsdsp.o \
cavsdata.o mpeg12data.o
OpenPOWER on IntegriCloud