Updated quicktime 3P for VS 2015/autobuild-1.0
parent
d3d6ead9da
commit
dc51bc4e76
|
|
@ -2214,9 +2214,9 @@
|
|||
<key>archive</key>
|
||||
<map>
|
||||
<key>hash</key>
|
||||
<string>78650a79bda6435e623a940ad425a593</string>
|
||||
<string>a497b979f62eb277c8e62e140bfaa31c</string>
|
||||
<key>url</key>
|
||||
<string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/quicktime_3p-update-quicktime/rev/300073/arch/CYGWIN/installer/quicktime-7.3-windows-300073.tar.bz2</string>
|
||||
<string>file:///c:/cygwin/opt/firestorm/quicktime-1.0-windows-201510121456-r3.tar.bz2</string>
|
||||
</map>
|
||||
<key>name</key>
|
||||
<string>windows</string>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,11 @@ if(INSTALL_PROPRIETARY)
|
|||
endif (WINDOWS)
|
||||
endif(INSTALL_PROPRIETARY)
|
||||
|
||||
if(HAVE_QUICKTIME_3P AND WINDOWS)
|
||||
include(Prebuilt)
|
||||
use_prebuilt_binary(quicktime)
|
||||
endif(HAVE_QUICKTIME_3P AND WINDOWS)
|
||||
|
||||
if (DARWIN)
|
||||
include(CMakeFindFrameworks)
|
||||
find_library(QUICKTIME_LIBRARY QuickTime)
|
||||
|
|
|
|||
Loading…
Reference in New Issue