diff options
author | jstebbins <[email protected]> | 2008-06-15 04:10:21 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-06-15 04:10:21 +0000 |
commit | 02825397639573f1b80f2afaa860a09a6addc595 (patch) | |
tree | ad281a3a3796f944d0462910483facaad244a98b /libhb | |
parent | 57898d286baca1d4bf6f09c0b2583a4c75323fbf (diff) |
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://svn.handbrake.fr/HandBrake/trunk@1512 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/Makefile b/libhb/Makefile index 72f4a29d8..f6b63605c 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 |