pictureviewer: rename config.h to pv_config.h

this avoids confusion with the global config.h, which in turn
caused very hard to debug runtime failures when objects were
compiled with different defines, causing e.g. g_settings to
have different sizes...

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1022 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 7a98888017
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-01-08 (Sat, 08 Jan 2011)
This commit is contained in:
Stefan Seyfried
2011-01-08 22:37:13 +00:00
parent b6697a8e9c
commit aa2c86bd56
7 changed files with 7 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#include "config.h"
#include "pv_config.h"
#ifdef FBV_SUPPORT_BMP
#include "pictureviewer.h"
#include <cstdlib>

View File

@@ -1,4 +1,4 @@
#include "config.h"
#include "pv_config.h"
#include <cstring>
#include <cstdlib>
#ifdef FBV_SUPPORT_CRW

View File

@@ -1,4 +1,4 @@
#include "config.h"
#include "pv_config.h"
#include <cstring>
#include <cstdlib>

View File

@@ -2,7 +2,7 @@
// it should either be merged or get
// separate names
#include <config.h>
#include "config.h"
#include "pv_config.h"
#ifdef FBV_SUPPORT_JPEG
#include <cstdio>

View File

@@ -1,7 +1,8 @@
#include "config.h"
#include <global.h>
#include <neutrino.h>
#include "pictureviewer.h"
#include "config.h"
#include "pv_config.h"
#include "driver/framebuffer.h"

View File

@@ -1,4 +1,4 @@
#include "config.h"
#include "pv_config.h"
#ifdef FBV_SUPPORT_PNG
#include <png.h>