diff options
author | dteirney <dteirney@svn> | 2009-10-08 10:24:53 +0000 |
---|---|---|
committer | dteirney <dteirney@svn> | 2009-10-08 10:24:53 +0000 |
commit | 560a1828de27a0174aa7120a48dd237a218835d4 (patch) | |
tree | 5f74023b87242ee94530b92fae9304c58a1f3f54 /Makefile.in | |
parent | 1400b3e1bda8fc4c5a6306f973d052ddb0eaf9a2 (diff) |
Fixed: Ticket #7269 Change libcmyth to be in the list of DYNOBJS as well so the unreferenced symbols aren't dropped by gcc (thanks althekiller and elupus)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23529 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index bb931edfc3..318a571bf0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -355,7 +355,6 @@ OBJSXBMC= \ xbmc/FileSystem/MusicDatabaseDirectory/musicdatabasedirectory.a \ xbmc/FileSystem/VideoDatabaseDirectory/videodatabasedirectory.a \ xbmc/karaoke/karaoke.a \ - xbmc/lib/libcmyth/libcmyth.a \ xbmc/lib/libhts/libhts.a \ xbmc/lib/libPython/xbmcmodule/xbmcmodule.a \ xbmc/lib/libRTMP/librtmp.a \ @@ -375,6 +374,7 @@ OBJSXBMC= \ xbmc/xbox/xbox.a DYNOBJSXBMC= \ + xbmc/lib/libcmyth/libcmyth.a \ xbmc/linux/linux.a \ xbmc/utils/utils.a \ xbmc/cores/DllLoader/exports/util/exports_utils.a \ |