Skip to content

Commit

Permalink
[rbp] fixed linux compile
Browse files Browse the repository at this point in the history
  • Loading branch information
huceke committed Aug 10, 2012
1 parent 5182b60 commit d9a4065
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xbmc/linux/OMXClock.cpp
Expand Up @@ -25,6 +25,8 @@
#include "system.h" #include "system.h"
#endif #endif


#if defined(HAVE_OMXLIB)

#include "video/VideoReferenceClock.h" #include "video/VideoReferenceClock.h"
#include "settings/GUISettings.h" #include "settings/GUISettings.h"


Expand Down Expand Up @@ -1059,3 +1061,5 @@ double OMXClock::NormalizeFrameduration(double frameduration)
else else
return frameduration; return frameduration;
} }

#endif
4 changes: 4 additions & 0 deletions xbmc/linux/OMXClock.h
Expand Up @@ -22,6 +22,8 @@
#ifndef _AVCLOCK_H_ #ifndef _AVCLOCK_H_
#define _AVCLOCK_H_ #define _AVCLOCK_H_


#if defined(HAVE_OMXLIB)

#include "OMXCore.h" #include "OMXCore.h"
#include "DVDClock.h" #include "DVDClock.h"
#include "linux/XTimeUtils.h" #include "linux/XTimeUtils.h"
Expand Down Expand Up @@ -152,3 +154,5 @@ class OMXClock
}; };


#endif #endif

#endif

0 comments on commit d9a4065

Please sign in to comment.