diff options
author | alcoheca <alcoheca@svn> | 2010-03-26 23:42:37 +0000 |
---|---|---|
committer | alcoheca <alcoheca@svn> | 2010-03-26 23:42:37 +0000 |
commit | af8cb2a400e9caacea314b8db33d32c1b4dadd82 (patch) | |
tree | ebf5b01882ec1f80179a4dc386bde8c047d5f8a0 /Makefile.in | |
parent | 6d3222ee864c9e94c2c25a4f44b572e3eea9b5b8 (diff) |
Revert "wip"
This reverts commit 0e8d33e10e4d1649827865b3aec4bb5231666f88.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28883 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 11771e6e4f..1384045e31 100644 --- a/Makefile.in +++ b/Makefile.in @@ -90,7 +90,6 @@ endif LIB_DIRS=\ xbmc/lib/cximage-6.0 \ - xbmc/lib/libcpluff \ xbmc/lib/libexif \ xbmc/lib/libhdhomerun \ xbmc/lib/libid3tag \ @@ -360,11 +359,9 @@ ifeq ($(or $(findstring powerpc,$(ARCH)),$(findstring x86_64-linux,$(ARCH))),) endif imagelib: dllloader $(MAKE) -C xbmc/lib/cximage-6.0 -libcpluff: dllloader - $(MAKE) -C xbmc/lib/libcpluff codecs: papcodecs dvdpcodecs -libs: libcpluff libhdhomerun libid3tag imagelib libexif python +libs: libhdhomerun libid3tag imagelib libexif python externals: codecs libs python visualizations screensavers xcode_depends: \ |