Ignore:
Timestamp:
May 3, 2016, 2:14:41 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update vendor to version 16.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/config.h

    r163 r175  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    1717*/
    1818
    19 #ifndef _CONFIG_H_
    20 #define _CONFIG_H_
     19#ifndef CONFIG_H
     20#define CONFIG_H
    2121
    2222#include <Qt>
     23
     24#define NOTIFY_SUB_CHANGES 1
     25#define NOTIFY_AUDIO_CHANGES 1
     26#define NOTIFY_VIDEO_CHANGES 0
     27#define NOTIFY_CHAPTER_CHANGES 1
    2328
    2429
     
    98103// DVDNAV_SUPPORT
    99104// if 1, smplayer will be compiled with support for mplayer's dvdnav
    100 
     105#ifdef MPLAYER_SUPPORT
    101106#define DVDNAV_SUPPORT 1
     107#endif
    102108
    103109
     
    105111// support for program switch in ts files
    106112
    107 #define PROGRAM_SWITCH 1
     113#define PROGRAM_SWITCH 0
     114
     115
     116// ALLOW_DEMUXER_CODE_CHANGE
     117// support changing of demuxer and video and audio codecs
     118
     119#define ALLOW_DEMUXER_CODEC_CHANGE 1
    108120
    109121
     
    129141
    130142
    131 // If 1, smplayer will add support for the mplayer slave command
    132 // "panscan".
    133 
    134 #define USE_MPLAYER_PANSCAN 0
    135 
    136 
    137143// If 1, the background logo will be animated
    138144#if QT_VERSION >= 0x040600
Note: See TracChangeset for help on using the changeset viewer.