summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-02-20 03:25:11 +0000
committerphintuka <phintuka>2008-02-20 03:25:11 +0000
commit4e87a0356ad31490e1995d2704d389cca5b28d02 (patch)
tree1b0c8a014c7b634953cf2688ed5cf4a9264db9b3 /config.h
parent4be43f2df04ff473138cf07418af245247be1d36 (diff)
downloadxineliboutput-4e87a0356ad31490e1995d2704d389cca5b28d02.tar.gz
xineliboutput-4e87a0356ad31490e1995d2704d389cca5b28d02.tar.bz2
vdr-1.5.15 subtitle track seletion replaces our own one
-> removed preferred SPU languages
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.h b/config.h
index 3c1343df..7664be78 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h,v 1.36 2008-02-19 02:59:46 phintuka Exp $
+ * $Id: config.h,v 1.37 2008-02-20 03:25:11 phintuka Exp $
*
*/
@@ -14,6 +14,8 @@
#include <string.h>
#include <stdint.h>
+#include <vdr/config.h>
+
// Decoder buffer size
#define PES_BUFFERS_CUSTOM 0
#define PES_BUFFERS_TINY_50 1
@@ -241,8 +243,10 @@ class config_t {
int extsub_size; /* size of separate subtitles ( -1 = xine default ; 0...6 = { tiny small normal large very large huge } */
// Media player
+#if VDRVERSNUM < 10515
int spu_autoshow; // Preferred SPU language(s) for media player
char spu_lang[4][4];
+#endif
char browse_files_dir[4096];
char browse_music_dir[4096];
char browse_images_dir[4096];