stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=263a04b6dd3b1a706b05eb8f2e5346398105a1c5

commit 263a04b6dd3b1a706b05eb8f2e5346398105a1c5
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Wed Oct 22 15:11:25 2014 +0200

    emotion: Add wma as possible playable extension
    
    This allows to preview (listen) a wma file in efm for example.
    
    Fixes T1568
---
 src/lib/emotion/emotion_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/emotion/emotion_main.c b/src/lib/emotion/emotion_main.c
index 89be3af..f827390 100644
--- a/src/lib/emotion/emotion_main.c
+++ b/src/lib/emotion/emotion_main.c
@@ -89,6 +89,7 @@ static const struct ext_match_s matchs[] =
    MATCHING(".wav"),
    MATCHING(".weba"),
    MATCHING(".webm"),
+   MATCHING(".wma"),
    MATCHING(".wmv")
 };
 

-- 


Reply via email to