summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2009-12-29 08:48:18 +0000
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2009-12-29 08:48:18 +0000
commit07c9f6f673a3e5699b703a26fc86da6e7ff107ee (patch)
treeddb7bbfc3e016d9f469daedd4f26f2d1eb14f239 /libavcodec/Makefile
parent5f000d5f386601e2316a243c3e41536dfbbccf4d (diff)
Add H.264 bitstream decoding through VAAPI.
Originally committed as revision 20957 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 1beeb633e5..d4a3c114c7 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -137,6 +137,7 @@ OBJS-$(CONFIG_H264_DECODER) += h264.o h264idct.o h264pred.o \
h264_parser.o cabac.o \
mpegvideo.o error_resilience.o
OBJS-$(CONFIG_H264_ENCODER) += h264enc.o h264dspenc.o
+OBJS-$(CONFIG_H264_VAAPI_HWACCEL) += vaapi_h264.o
OBJS-$(CONFIG_HUFFYUV_DECODER) += huffyuv.o
OBJS-$(CONFIG_HUFFYUV_ENCODER) += huffyuv.o
OBJS-$(CONFIG_IDCIN_DECODER) += idcinvideo.o