OSDN Git Service

remove libhb.so from "all" target. It can't be build on x86_64 and nobody is
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 15 Jun 2008 04:10:21 +0000 (04:10 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 15 Jun 2008 04:10:21 +0000 (04:10 +0000)
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

libhb/Makefile

index 72f4a29..f6b6360 100644 (file)
@@ -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