Skip to content

Commit

Permalink
Made HDHomerun work (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
elan committed Apr 1, 2009
1 parent ef8190e commit 43ada45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xbmc/FileSystem/HDHomeRun.h
Expand Up @@ -44,7 +44,11 @@ class DllHdHomeRunInterface

class DllHdHomeRun : public DllDynamic, public DllHdHomeRunInterface
{
#ifdef __APPLE__
DECLARE_DLL_WRAPPER(DllHdHomeRun, Q:\\system\\hdhomerun-osx.so)
#else
DECLARE_DLL_WRAPPER(DllHdHomeRun, DLL_PATH_LIBHDHOMERUN)
#endif
DEFINE_METHOD5(int, discover_find_devices_custom, (uint32_t p1, uint32_t p2, uint32_t p3, struct hdhomerun_discover_device_t p4[], int p5))
DEFINE_METHOD1(struct hdhomerun_device_t*, device_create_from_str, (const char* p1))
DEFINE_METHOD1(void, device_destroy, (struct hdhomerun_device_t* p1))
Expand Down

0 comments on commit 43ada45

Please sign in to comment.