X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=contrib%2Fxvidcore%2Fmodule.defs;h=5a76e0911f1cd3284e9d6230bbdd398aae11773d;hb=c593146bf3fab6290c71cbbb974e0a756e43f5e0;hp=f25d89d7780533a295c53477a7b2c97da5d8abcb;hpb=1f9ebd860bd0ee8e2371ee28160c09cde52c17d0;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/contrib/xvidcore/module.defs b/contrib/xvidcore/module.defs index f25d89d7..5a76e091 100644 --- a/contrib/xvidcore/module.defs +++ b/contrib/xvidcore/module.defs @@ -1,14 +1,20 @@ $(eval $(call import.MODULE.defs,XVIDCORE,xvidcore)) $(eval $(call import.CONTRIB.defs,XVIDCORE)) -XVIDCORE.FETCH.url = http://download.m0k.org/handbrake/contrib/xvidcore-1.1.3.tar.gz -XVIDCORE.EXTRACT.tarbase = xvidcore +XVIDCORE.FETCH.url = http://download.m0k.org/handbrake/contrib/xvidcore-20090311.tar.gz +XVIDCORE.CONFIGURE.static = +XVIDCORE.CONFIGURE.shared = +XVIDCORE.CONFIGURE.deps = XVIDCORE.CONFIGURE.dir = $(XVIDCORE.EXTRACT.dir/)build/generic/ +XVIDCORE.CONFIGURE.bootstrap = ./bootstrap.sh; XVIDCORE.BUILD.dir = $(XVIDCORE.EXTRACT.dir/)build/generic/ +XVIDCORE.BUILD.extra = STATIC_LIB=libxvidcore.a XVIDCORE.BUILD.ntargets = libxvidcore.a +XVIDCORE.CLEAN.dir = $(XVIDCORE.EXTRACT.dir/)build/generic/ + define XVIDCORE.INSTALL $(CP.exe) $(XVIDCORE.EXTRACT.dir/)build/generic/=build/libxvidcore.a $(CONTRIB.build/)lib/ $(CP.exe) $(XVIDCORE.EXTRACT.dir/)src/xvid.h $(CONTRIB.build/)include/ @@ -16,7 +22,7 @@ define XVIDCORE.INSTALL endef define XVIDCORE.UNINSTALL - $(RM.exe) $(CONTRIB.build/)lib/libxvidcore.a - $(RM.exe) $(CONTRIB.build/)include/xvid.h + $(RM.exe) -f $(CONTRIB.build/)lib/libxvidcore.a + $(RM.exe) -f $(CONTRIB.build/)include/xvid.h $(RM.exe) -f $(XVIDCORE.INSTALL.target) endef