Skip to content

Commit

Permalink
[players] Remove omxplayer as separately selectable player
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Sep 3, 2014
1 parent f03c3ad commit 2d11034
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 4,975 deletions.
3 changes: 0 additions & 3 deletions xbmc/ApplicationPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ void CApplicationPlayer::ClosePlayerGapless(PLAYERCOREID newCore)
return;

bool gaplessSupported = (m_eCurrentPlayer == EPC_DVDPLAYER || m_eCurrentPlayer == EPC_PAPLAYER);
#if defined(HAS_OMXPLAYER)
gaplessSupported = gaplessSupported || (m_eCurrentPlayer == EPC_OMXPLAYER);
#endif
gaplessSupported = gaplessSupported && (m_eCurrentPlayer == newCore);
if (!gaplessSupported)
{
Expand Down
3 changes: 1 addition & 2 deletions xbmc/cores/omxplayer/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
CXXFLAGS += -D__STDC_FORMAT_MACROS

SRCS = OMXPlayer.cpp
SRCS += OMXAudio.cpp
SRCS = OMXAudio.cpp
SRCS += OMXVideo.cpp
SRCS += OMXAudioCodecOMX.cpp
SRCS += OMXPlayerAudio.cpp
Expand Down
Loading

0 comments on commit 2d11034

Please sign in to comment.