]> granicus.if.org Git - libx264/commitdiff
VfW: cleaner install on win98.
authorLoren Merritt <pengvado@videolan.org>
Tue, 5 Apr 2005 21:32:52 +0000 (21:32 +0000)
committerLoren Merritt <pengvado@videolan.org>
Tue, 5 Apr 2005 21:32:52 +0000 (21:32 +0000)
patch by Riccardo Stievano.

git-svn-id: svn://svn.videolan.org/x264/trunk@187 df754926-b1dd-0310-bc7b-ec298dee348c

vfw/build/cygwin/Makefile

index 9f00a45efa050d761ef2f55f2e8100a9b1a25cb7..0aa32176f7767b91a27abdd62d657ac78353b7bc 100644 (file)
@@ -3,7 +3,7 @@
 # Makefile for x264 VFW driver
 #
 # Author: XviD project:
-#            - ??? <cutka at szm.sk>,
+#            - Milan Cutka <cutka at szm.sk>,
 #            - Edouard Gomez <ed.gomez at free.fr>
 #            - Peter Ross <pross@xvid.org>
 # Ported to x264 by Laurent Aimar <fenrir@via.ecp.fr>
@@ -108,13 +108,13 @@ install:
        @echo " I: x264vfw.dll"
        @cp $(DIR_BUILD)/$(DLL) $(DLL)
        @cp $(DIR_SRC)/build/win32/bin/x264vfw.inf .
-       @rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 ./x264vfw.inf
+       @rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 $(DIR_CUR)/x264vfw.inf
        @rm $(DLL)
        @rm x264vfw.inf
 
 uninstall:
        @echo " U: x264vfw.dll"
        @cp $(DIR_SRC)/build/win32/bin/x264vfw.inf .
-       @rundll32.exe setupapi,InstallHinfSection Remove_x264 132 ./x264vfw.inf
+       @rundll32.exe setupapi,InstallHinfSection Remove_x264 132 $(DIR_CUR)/x264vfw.inf
        @rm x264vfw.inf