summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-10-22 15:11:25 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2014-10-22 15:12:41 +0200
commit263a04b6dd3b1a706b05eb8f2e5346398105a1c5 (patch)
tree34f818dd24bc65fb9e49e9f60779dbeb7edccd95
parent5c8a8a51ce6e9f0505de298783d8ba496943cf6a (diff)
downloadefl-263a04b6dd3b1a706b05eb8f2e5346398105a1c5.tar.gz
emotion: Add wma as possible playable extension
This allows to preview (listen) a wma file in efm for example. Fixes T1568
-rw-r--r--src/lib/emotion/emotion_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/emotion/emotion_main.c b/src/lib/emotion/emotion_main.c
index 89be3af676..f8273908fe 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")
};