diff Plugins/Input/wma/libffwma/allformats.c @ 1398:1ddaf20ab50e trunk

[svn] AltiVec support for WMA, by Luca "lu_zero" Barbato from Gentoo.
author chainsaw
date Thu, 13 Jul 2006 16:01:57 -0700
parents f0d2b02f0382
children f12d7e208b43
line wrap: on
line diff
--- a/Plugins/Input/wma/libffwma/allformats.c	Wed Jul 12 21:16:35 2006 -0700
+++ b/Plugins/Input/wma/libffwma/allformats.c	Thu Jul 13 16:01:57 2006 -0700
@@ -29,7 +29,7 @@
     register_protocol(&file_protocol);
     register_protocol(&pipe_protocol);
 
-#if 0
+#if 1
     register_protocol(&mms_protocol);
 #endif
 }