vlc | branch: master | Rafaël Carré <[email protected]> | Tue Oct 19 22:19:20 2010 +0200| [5bf4823d25d6009f6c32b421f8e05799394f9899] | committer: Rafaël Carré
Remove activex project It is now available at git://git.videolan.org/activex-vlc.git Fetch, configure, and build it when making windows packages Modify npapi-vlc dependencies, and move install of the dll in package-win-common rule Pass $(SHELL) to npapi & activex ./configure to be sure they pick /bin/bash and not /bin/sh (which might be incompatible with libtool) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5bf4823d25d6009f6c32b421f8e05799394f9899 --- Makefile.am | 36 +- configure.ac | 60 +- extras/package/activex.am | 38 + extras/package/npapi.am | 1 + extras/package/win32/configure-common.sh | 1 - extras/package/win32/configure-mingw64.sh | 2 +- extras/package/win32/vlc.win32.nsi.in | 6 +- projects/activex/.gitignore | 2 - projects/activex/Makefile.am | 133 - projects/activex/README.TXT | 237 -- projects/activex/axvlc.def | 7 - projects/activex/axvlc.dll.manifest | 10 - projects/activex/axvlc.idl | 672 ----- projects/activex/axvlc.inf.in | 23 - projects/activex/axvlc.tlb | Bin 22392 -> 0 bytes projects/activex/axvlc_idl.c | 31 - projects/activex/axvlc_idl.h | 3641 --------------------------- projects/activex/axvlc_rc.rc.in | 30 - projects/activex/connectioncontainer.cpp | 457 ---- projects/activex/connectioncontainer.h | 144 -- projects/activex/dataobject.cpp | 279 -- projects/activex/dataobject.h | 77 - projects/activex/guiddef.h | 34 - projects/activex/inplace.bmp | Bin 49206 -> 0 bytes projects/activex/main.cpp | 448 ---- projects/activex/objectsafety.cpp | 95 - projects/activex/objectsafety.h | 103 - projects/activex/olecontrol.cpp | 72 - projects/activex/olecontrol.h | 66 - projects/activex/oleinplaceactiveobject.cpp | 91 - projects/activex/oleinplaceactiveobject.h | 72 - projects/activex/oleinplaceobject.cpp | 141 -- projects/activex/oleinplaceobject.h | 68 - projects/activex/oleobject.cpp | 401 --- projects/activex/oleobject.h | 86 - projects/activex/persistpropbag.cpp | 285 --- projects/activex/persistpropbag.h | 70 - projects/activex/persiststorage.cpp | 108 - projects/activex/persiststorage.h | 72 - projects/activex/persiststreaminit.cpp | 555 ---- projects/activex/persiststreaminit.h | 71 - projects/activex/plugin.cpp | 1346 ---------- projects/activex/plugin.h | 388 --- projects/activex/position.h | 54 - projects/activex/provideclassinfo.cpp | 59 - projects/activex/provideclassinfo.h | 66 - projects/activex/supporterrorinfo.cpp | 74 - projects/activex/supporterrorinfo.h | 68 - projects/activex/test.html | 996 -------- projects/activex/utils.cpp | 322 --- projects/activex/utils.h | 175 -- projects/activex/viewobject.cpp | 139 - projects/activex/viewobject.h | 78 - projects/activex/vlc16x16.bmp | Bin 1078 -> 0 bytes projects/activex/vlccontrol.cpp | 814 ------ projects/activex/vlccontrol.h | 109 - projects/activex/vlccontrol2.cpp | 1497 ----------- projects/activex/vlccontrol2.h | 405 --- 58 files changed, 61 insertions(+), 15254 deletions(-) Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=5bf4823d25d6009f6c32b421f8e05799394f9899 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
