diff options
author | MaestroDD <MaestroDD@svn> | 2010-01-20 16:54:37 +0000 |
---|---|---|
committer | MaestroDD <MaestroDD@svn> | 2010-01-20 16:54:37 +0000 |
commit | 23733da528bb4bd16329a6f3df6a2220fdb1caac (patch) | |
tree | 0a78841701249014d3e2bb40c6f7ee2e6ee4a870 /XBMC.xcodeproj | |
parent | 18c3cb8cafb04dbf6378f82b7f78c340eaf72f11 (diff) |
fixed [OSX]: libdvdnav is missing __eprintf; readded to build as a weak symbol
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27031 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index e112f04ddb..9c46bd2eac 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -919,6 +919,8 @@ E43196180FB2382E0030E150 /* HTSPSession.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E43196160FB2382E0030E150 /* HTSPSession.cpp */; }; E43196190FB2382E0030E150 /* HTSPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E43196140FB2382E0030E150 /* HTSPDirectory.cpp */; }; E431961A0FB2382E0030E150 /* HTSPSession.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E43196160FB2382E0030E150 /* HTSPSession.cpp */; }; + E435380311076A2900792AB8 /* eprintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5ACB5370FC3DF3D00AAA056 /* eprintf.cpp */; }; + E435380411076A2900792AB8 /* eprintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5ACB5370FC3DF3D00AAA056 /* eprintf.cpp */; }; E46F7C2A0F77217400C25D29 /* Zeroconf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E46F7C280F77217400C25D29 /* Zeroconf.cpp */; }; E46F7C2D0F77219700C25D29 /* ZeroconfOSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E46F7C2C0F77219700C25D29 /* ZeroconfOSX.cpp */; }; E4907BF80FDAC38B00E2F075 /* libmysqlclient.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = E4907BF70FDAC38B00E2F075 /* libmysqlclient.dylib */; }; @@ -8022,6 +8024,7 @@ 7C45DD681102AB5100D4BBF3 /* GUIStaticItem.cpp in Sources */, F5F23E8E11041531009126C6 /* Semaphore.cpp in Sources */, F5F23E9611041596009126C6 /* SemaphoreDarwin.cpp in Sources */, + E435380411076A2900792AB8 /* eprintf.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -8872,6 +8875,7 @@ 7C45DD691102AB5100D4BBF3 /* GUIStaticItem.cpp in Sources */, F5F23E8F11041531009126C6 /* Semaphore.cpp in Sources */, F5F23E9711041596009126C6 /* SemaphoreDarwin.cpp in Sources */, + E435380311076A2900792AB8 /* eprintf.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |