Reenable the VC1 Decoder. It has been (accidentally?) disabled during the

last FFmpeg update. This let's WMV videos play again. Tested on GCC4 and
GGC2 builds.

+alphabranch


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32802 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-08-29 08:21:56 +00:00
parent 361d879e0d
commit 7e7886bdda
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@
#define CONFIG_V210_DECODER 0
#define CONFIG_V210X_DECODER 0
#define CONFIG_VB_DECODER 1
#define CONFIG_VC1_DECODER 0
#define CONFIG_VC1_DECODER 1
#define CONFIG_VC1_VDPAU_DECODER 0
#define CONFIG_VCR1_DECODER 1
#define CONFIG_VMDVIDEO_DECODER 1