From: jstebbins Date: Sun, 15 Jun 2008 04:10:21 +0000 (+0000) Subject: remove libhb.so from "all" target. It can't be build on x86_64 and nobody is X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=08c6cdbc48db9c956f1c5504361c8e7e31443296;p=handbrake-jp%2Fhandbrake-jp-git.git remove libhb.so from "all" target. It can't be build on x86_64 and nobody is using it. libhb.so can still be build with "make libhb.so" git-svn-id: svn://localhost/HandBrake/trunk@1512 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/libhb/Makefile b/libhb/Makefile index 72f4a29d..f6b63605 100644 --- a/libhb/Makefile +++ b/libhb/Makefile @@ -48,7 +48,7 @@ CXXFLAGS += -I../contrib/include -D__LIBHB__ -DUSE_PTHREAD -DHB_VERSION=\"$(HB_V ifeq ($(findstring CYGWIN_NT,$(SYSTEM)),CYGWIN_NT) all: libhb.a libhb.dll else -all: libhb.a libhb.so +all: libhb.a endif