Skip to content

Commit

Permalink
remove unused libcec bits
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed Oct 14, 2011
1 parent 9284522 commit a05f7aa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile.in
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,6 @@ lib/libapetag/.libs/libapetag.a: force
$(MAKE) -C lib/libapetag
lib/cpluff/libcpluff/.libs/libcpluff.a: force
$(MAKE) -C lib/cpluff/libcpluff
lib/libcec/libcec.a: force
$(MAKE) -C lib/libcec libcec.a
system/libcpluff-@ARCH@.so: lib/cpluff/libcpluff/.libs/libcpluff.a
ifeq ($(findstring osx,@ARCH@), osx)
ifeq (@ARCH@, arm-osx)
Expand Down Expand Up @@ -549,10 +547,6 @@ DYNOBJSXBMC= \

LIBS += @PYTHON_LDFLAGS@

ifeq ((@USE_LIBCEC@,1),(@USE_EXTERNAL_LIBCEC@,0))
DYNOBJSXBMC += lib/libcec/libcec.a
endif

xbmc.bin: $(OBJSXBMC) $(DYNOBJSXBMC)
ifeq ($(findstring osx,@ARCH@), osx)
$(CXX) $(LDFLAGS) -o xbmc.bin -Wl,-all_load,-ObjC $(DYNOBJSXBMC) $(OBJSXBMC) $(LIBS) -rdynamic
Expand Down

0 comments on commit a05f7aa

Please sign in to comment.