devilhorns pushed a commit to branch master.

http://git.enlightenment.org/apps/express.git/commit/?id=70b3a178cb38d5cff64efabe8c87d2e92e99db9a

commit 70b3a178cb38d5cff64efabe8c87d2e92e99db9a
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Aug 12 12:14:45 2015 -0400

    express: Add oga as an audio extension
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/utils.c b/src/bin/utils.c
index 282b6f7..5bd00ce 100644
--- a/src/bin/utils.c
+++ b/src/bin/utils.c
@@ -39,7 +39,7 @@ const char *extn_mov[] =
 
 const char *extn_aud[] =
 {
-   ".mp3", ".aac", ".wav", ".flac", ".m4a", ".opus",
+   ".mp3", ".aac", ".wav", ".flac", ".m4a", ".opus", ".oga",
    NULL
 };
 

-- 


Reply via email to