Skip to content

Commit

Permalink
[rbp/linux] changed move BitstreamConverter to a common location
Browse files Browse the repository at this point in the history
  • Loading branch information
huceke committed Sep 24, 2012
1 parent beb2664 commit b69e806
Show file tree
Hide file tree
Showing 7 changed files with 1,032 additions and 4 deletions.
1 change: 0 additions & 1 deletion xbmc/cores/omxplayer/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ SRCS += OMXAudioCodecOMX.cpp
SRCS += OMXPlayerAudio.cpp
SRCS += OMXPlayerVideo.cpp
SRCS += OMXImage.cpp
SRCS += BitstreamConverter.cpp

LIB = omxplayer.a

Expand Down
2 changes: 1 addition & 1 deletion xbmc/cores/omxplayer/OMXImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "utils/log.h"
#include "linux/XMemUtils.h"

#include "BitstreamConverter.h"
#include "utils/BitstreamConverter.h"

#include <sys/time.h>
#include <inttypes.h>
Expand Down
1 change: 0 additions & 1 deletion xbmc/cores/omxplayer/OMXPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
#include "utils/LangCodeExpander.h"
#include "guilib/LocalizeStrings.h"

#include "BitstreamConverter.h"
#include "storage/MediaManager.h"
#include "GUIUserMessages.h"
#include "utils/StreamUtils.h"
Expand Down
2 changes: 1 addition & 1 deletion xbmc/cores/omxplayer/OMXVideo.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include <IL/OMX_Video.h>

#include "BitstreamConverter.h"
#include "utils/BitstreamConverter.h"

#include "OMXClock.h"

Expand Down
Loading

0 comments on commit b69e806

Please sign in to comment.