OSDN Git Service

add neroaac setting.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Sun, 10 Jan 2010 05:01:15 +0000 (05:01 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Sun, 10 Jan 2010 05:01:15 +0000 (05:01 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@389 4e526526-5e11-4fc0-8910-f8fd03428081

tstools/Makefile

index 99e0601..a4360b1 100755 (executable)
@@ -22,6 +22,8 @@ install:
        cd caption2ass;cp ./Caption.dll $(DEST)/
        chmod +x $(DEST)/xvfb-run
        cd epgdump;make install
+       if ! [ -f ./neroAacEnc ]; then install -m755 /usr/local/bin ;fi
 uninstall:
        rm -rf $(DEST)
+       if ! [ -f /usr/local/bin/neroAacEnc ]; then rm /usr/local/bin/neroAacEnc ;fi
        cd epgdump;make uninstall