Ignore:
Timestamp:
Mar 29, 2012, 4:53:15 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: trunk update to latest svn

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/prefperformance.cpp

    r124 r128  
    2323#include "preferences.h"
    2424
    25 #if YOUTUBE_SUPPORT
     25#ifdef YOUTUBE_SUPPORT
    2626#include "retrieveyoutubeurl.h"
    2727#endif
     
    4343#endif
    4444
    45 #if YOUTUBE_SUPPORT
     45#ifdef YOUTUBE_SUPPORT
    4646        yt_quality_combo->addItem( "240p (flv)", RetrieveYoutubeUrl::FLV_240p );
    4747
     
    116116        setThreads( pref->threads );
    117117
    118 #if YOUTUBE_SUPPORT
     118#ifdef YOUTUBE_SUPPORT
    119119        setYTQuality( pref->yt_quality );
    120120#endif
     
    142142        TEST_AND_SET(pref->threads, threads());
    143143
    144 #if YOUTUBE_SUPPORT
     144#ifdef YOUTUBE_SUPPORT
    145145        pref->yt_quality = YTQuality();
    146146#endif
     
    261261}
    262262
    263 #if YOUTUBE_SUPPORT
     263#ifdef YOUTUBE_SUPPORT
    264264void PrefPerformance::setYTQuality(int q) {
    265265        yt_quality_combo->setCurrentIndex(yt_quality_combo->findData(q));
     
    330330#endif
    331331
    332 #if YOUTUBE_SUPPORT
     332#ifdef YOUTUBE_SUPPORT
    333333        setWhatsThis(yt_quality_combo, tr("Youtube quality"),
    334334                tr("Select the preferred quality for youtube videos.") );
Note: See TracChangeset for help on using the changeset viewer.