diff options
author | elupus <elupus@svn> | 2010-10-07 20:18:02 +0000 |
---|---|---|
committer | elupus <elupus@svn> | 2010-10-07 20:18:02 +0000 |
commit | 396e5ad8dc11ba813894047cc0d510e7ed26be96 (patch) | |
tree | f29faea8388128e71679c79b40e6f507c4865d76 | |
parent | 444a40cee110bb880d98e9ff86b54a25d2e1ee7c (diff) |
fixed: cmyth_get_cutlist must be exported from libcmyth
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34535 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | xbmc/lib/cmyth/Win32/libcmyth.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/lib/cmyth/Win32/libcmyth.def b/xbmc/lib/cmyth/Win32/libcmyth.def index 6f734f1c64..028f5cf87b 100644 --- a/xbmc/lib/cmyth/Win32/libcmyth.def +++ b/xbmc/lib/cmyth/Win32/libcmyth.def @@ -213,3 +213,4 @@ EXPORTS cmyth_ringbuf_read cmyth_file_read cmyth_livetv_read + cmyth_get_cutlist
\ No newline at end of file |