Mercurial > mplayer.hg
changeset 29091:5d69a3e1bbdf
Fix compilation with libavcodec's HWACCEL.
author | cehoyos |
---|---|
date | Thu, 02 Apr 2009 18:38:15 +0000 |
parents | 319305829bdc |
children | 5dc97d7041d1 |
files | configure |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Apr 02 18:34:11 2009 +0000 +++ b/configure Thu Apr 02 18:38:15 2009 +0000 @@ -8819,6 +8819,11 @@ `ff_config_enable "$_libavprotocols_all" "$_libavprotocols"` `ff_config_enable "$_libavbsfs_all" "$_libavbsfs"` +#define CONFIG_H263_VAAPI_HWACCEL 0 +#define CONFIG_MPEG2_VAAPI_HWACCEL 0 +#define CONFIG_MPEG4_VAAPI_HWACCEL 0 +#define CONFIG_H264_VAAPI_HWACCEL 0 + #endif /* MPLAYER_CONFIG_H */ EOF