* Get rid of all depenence on libgd, and use libjpeg directly.
This commit is contained in:
10
tivo_utils.h
10
tivo_utils.h
@ -1,3 +1,12 @@
|
||||
/* TiVo helper functions
|
||||
*
|
||||
* Project : minidlna
|
||||
* Website : http://sourceforge.net/projects/minidlna/
|
||||
* Author : Justin Maggard
|
||||
* Copyright (c) 2009 Justin Maggard
|
||||
* This software is subject to the conditions detailed in the
|
||||
* LICENCE file provided in this distribution.
|
||||
* */
|
||||
#include "config.h"
|
||||
#ifdef TIVO_SUPPORT
|
||||
#include <sqlite3.h>
|
||||
@ -13,4 +22,5 @@ decodeString(char * string, int inplace);
|
||||
|
||||
void
|
||||
TiVoRandomSeedFunc(sqlite3_context *context, int argc, sqlite3_value **argv);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user