comparison 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
comparison
equal deleted inserted replaced
1397:86242883ddc7 1398:1ddaf20ab50e
27 27
28 /* file protocols */ 28 /* file protocols */
29 register_protocol(&file_protocol); 29 register_protocol(&file_protocol);
30 register_protocol(&pipe_protocol); 30 register_protocol(&pipe_protocol);
31 31
32 #if 0 32 #if 1
33 register_protocol(&mms_protocol); 33 register_protocol(&mms_protocol);
34 #endif 34 #endif
35 } 35 }