* Add image rotation support during resize. (mostly useful for TiVo)

This commit is contained in:
Justin Maggard
2012-01-22 00:33:55 +00:00
parent 6820d05143
commit c5bb5c84b3
10 changed files with 168 additions and 113 deletions

View File

@ -56,7 +56,7 @@
#include <sqlite3.h>
#define MINIDLNA_VERSION "1.0.22"
#define MINIDLNA_VERSION "1.1.0-cvs"
#ifdef NETGEAR
# define SERVER_NAME "ReadyDLNA"
@ -66,7 +66,7 @@
#define CLIENT_CACHE_SLOTS 20
#define USE_FORK 1
#define DB_VERSION 6
#define DB_VERSION 7
#ifdef ENABLE_NLS
#define _(string) gettext(string)