OSDN Git Service

import jp-0.9.3
[handbrake-jp/handbrake-jp.git] / Makefile
index 10a1a76..e83e2f2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,8 @@ all:    contrib/.contrib HandBrakeCLI
 contrib/.contrib:
        @$(MAKE) --no-print-directory -C contrib all
 
-libhb/libhb.a: unstable-libhb/hbversion.h
+#libhb/libhb.a: unstable-libhb/hbversion.h
+libhb/libhb.a: libhb/hbversion.h
        @$(MAKE) --no-print-directory -C libhb all
 
 HandBrakeCLI: libhb/libhb.a
@@ -133,7 +134,7 @@ libhb/hbversion.h:
        echo "#define HB_VERSION \"$(HB_VERSION)\"" >> libhb/hbversion.h
        echo "#endif" >> libhb/hbversion.h
        echo "#ifndef HB_APPCAST_URL" >> libhb/hbversion.h
-       echo "#define APPCAST_URL \"http://handbrake.fr/appcast.xml\"" >> libhb/hbversion.h
+       echo "#define APPCAST_URL \"http://sourceforge.jp/projects/handbrake-jp/docs/appcast.xml\"" >> libhb/hbversion.h
        echo "#endif" >> libhb/hbversion.h
 
 unstable-libhb/hbversion.h: