comparison configure @ 29091:5d69a3e1bbdf

Fix compilation with libavcodec's HWACCEL.
author cehoyos
date Thu, 02 Apr 2009 18:38:15 +0000
parents 54d4e18aa1f4
children 5dc97d7041d1
comparison
equal deleted inserted replaced
29090:319305829bdc 29091:5d69a3e1bbdf
8817 `ff_config_enable "$_libavdemuxers_all" "$_libavdemuxers"` 8817 `ff_config_enable "$_libavdemuxers_all" "$_libavdemuxers"`
8818 `ff_config_enable "$_libavmuxers_all" "$_libavmuxers"` 8818 `ff_config_enable "$_libavmuxers_all" "$_libavmuxers"`
8819 `ff_config_enable "$_libavprotocols_all" "$_libavprotocols"` 8819 `ff_config_enable "$_libavprotocols_all" "$_libavprotocols"`
8820 `ff_config_enable "$_libavbsfs_all" "$_libavbsfs"` 8820 `ff_config_enable "$_libavbsfs_all" "$_libavbsfs"`
8821 8821
8822 #define CONFIG_H263_VAAPI_HWACCEL 0
8823 #define CONFIG_MPEG2_VAAPI_HWACCEL 0
8824 #define CONFIG_MPEG4_VAAPI_HWACCEL 0
8825 #define CONFIG_H264_VAAPI_HWACCEL 0
8826
8822 #endif /* MPLAYER_CONFIG_H */ 8827 #endif /* MPLAYER_CONFIG_H */
8823 EOF 8828 EOF
8824 8829
8825 # Do not overwrite an unchanged config.h to avoid superfluous rebuilds. 8830 # Do not overwrite an unchanged config.h to avoid superfluous rebuilds.
8826 cmp -s "$TMPH" config.h || mv -f "$TMPH" config.h 8831 cmp -s "$TMPH" config.h || mv -f "$TMPH" config.h