margro / xbmc

XBMC PVR Repository for the development of the MediaPortal and ForTheRecord pvr addons
http://www.scintilla.utwente.nl/~marcelg/xbmc/
Other
32 stars 14 forks source link

Fix to compile MediaPortal addon on OSX/iOS/ATV2 #23

Closed TheChief79 closed 12 years ago

TheChief79 commented 12 years ago

To compile the MediaPortal-addon under OSX/iOS/ATV2 i had to change some lines in the tsreader-lib. Just replace "TARGET_OSX" with "TAGET_DARWIN" in the .cpp and .h files.

Also it would be cool, if you could get the XCode projects from opdenkamp into your repository.

Thanks TheChief

margro commented 12 years ago

Thanks. Should be fixed now.

TheChief79 commented 12 years ago

Thank you. Can you please merge the opdenkamp repo again oder can you tell me, how i can merge with my local copy of your repo?

Thanks TheChief

EDIT: Sorry, i saw that you already merged with odk before the changes.