forked from xbmc/xbmc
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed: removed now deleted libbdnav from build system
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32326 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
- Loading branch information
elupus
committed
Jul 30, 2010
1 parent
fec80ec
commit 7641b8c
Showing
3 changed files
with
0 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,10 +62,6 @@ DVDPCODECS_DIRS= \ | |
xbmc/cores/dvdplayer/Codecs \ | ||
xbmc/cores/dvdplayer/Codecs/libdvd \ | ||
|
||
ifneq (@HAVE_LIBBLURAY@,1) | ||
DVDPCODECS_DIRS+=xbmc/cores/dvdplayer/Codecs/libbdnav | ||
endif | ||
|
||
ifneq (@USE_EXTERNAL_LIBASS@,1) | ||
DVDPCODECS_DIRS+=lib/libass/xbmc | ||
endif | ||
|
@@ -272,8 +268,6 @@ xbmc/utils/utils.a: force | |
$(MAKE) -C xbmc/utils | ||
xbmc/osx/osx.a: force | ||
$(MAKE) -C xbmc/osx | ||
xbmc/cores/dvdplayer/Codecs/libbdnav/src/libbdnav/.libs/libbdnav.a: force | ||
$(MAKE) -C xbmc/cores/dvdplayer/Codecs/libbdnav | ||
xbmc/lib/libapetag/.libs/libapetag.a: force | ||
$(MAKE) -C xbmc/lib/libapetag | ||
lib/cpluff/libcpluff/.libs/libcpluff.a: force | ||
|
@@ -383,7 +377,6 @@ externals: codecs libs python visualizations screensavers | |
|
||
xcode_depends: \ | ||
codecs libs python visualizations screensavers eventclients skins \ | ||
xbmc/cores/dvdplayer/Codecs/libbdnav/src/libbdnav/.libs/libbdnav.a \ | ||
xbmc/lib/libsquish/libsquish-@[email protected] \ | ||
xbmc/lib/libapetag/.libs/libapetag.a \ | ||
xbmc/lib/cmyth/libcmyth/libcmyth.a \ | ||
|
@@ -441,10 +434,6 @@ OBJSXBMC= \ | |
lib/xbmc-dll-symbols/dll-symbols.a \ | ||
xbmc/settings/settings.a | ||
|
||
ifneq (@HAVE_LIBBLURAY@,1) | ||
OBJSXBMC+= xbmc/cores/dvdplayer/Codecs/libbdnav/src/libbdnav/.libs/libbdnav.a | ||
endif | ||
|
||
ifeq (@HAVE_XBMC_NONFREE@,1) | ||
OBJSXBMC+= \ | ||
xbmc/lib/libXBMS/libxbms-@[email protected] \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters