freebsd-ports/net/minidlna/files/patch-utils.c-mpo
William Grzybowski a0d792bcd2 - Update to 1.1.0
Changes:
http://sourceforge.net/projects/minidlna/files/minidlna/1.1.0/

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-09 20:10:54 +00:00

13 lines
331 B
Text

diff --git utils.c utils.c
index d46f2f0..15e7905 100644
--- utils.c
+++ utils.c
@@ -396,7 +396,7 @@ is_audio(const char * file)
int
is_image(const char * file)
{
- return (ends_with(file, ".jpg") || ends_with(file, ".jpeg"));
+ return (ends_with(file, ".jpg") || ends_with(file, ".jpeg") || ends_with(file, ".mpo"));
}
int