summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-02 18:38:15 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-02 18:38:15 +0000
commit06c07eb5c0eb81fe511f7e811518ac53723f6eae (patch)
treee86c89877850a4f515b427aee4566e393e092c7a
parent96323d1d5dbdca7383405a075a9979720bb0a4b0 (diff)
downloadmpv-06c07eb5c0eb81fe511f7e811518ac53723f6eae.tar.bz2
mpv-06c07eb5c0eb81fe511f7e811518ac53723f6eae.tar.xz
Fix compilation with libavcodec's HWACCEL.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29130 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index b341984112..98a39e7b09 100755
--- a/configure
+++ b/configure
@@ -8819,6 +8819,11 @@ $def_xvid_lavc
`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