Created
March 6, 2015 22:40
-
-
Save ThomasLengeling/e07149706842022a3d39 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
toms-MBP:libfreenect2 tom$ sh ./depends/install_mac.sh | |
Cloning into '/Users/tom/Documents/GitHub/libfreenect2/depends/libusb_src'... | |
remote: Counting objects: 10658, done. | |
remote: Compressing objects: 100% (21/21), done. | |
remote: Total 10658 (delta 9), reused 0 (delta 0), pack-reused 10632 | |
Receiving objects: 100% (10658/10658), 2.47 MiB | 825.00 KiB/s, done. | |
Resolving deltas: 100% (7860/7860), done. | |
Checking connectivity... done. | |
Note: checking out '51b10191033ca3a3819dcf46e1da2465b99497c2'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at 51b1019... linux_usbfs: Update MAX_ISO_BUFFER_LENGTH | |
libtoolize or glibtoolize was not found! Please install libtool. | |
./install_deps.sh: line 16: ./configure: No such file or directory | |
make: *** No targets specified and no makefile found. Stop. | |
Cloning into '/Users/tom/Documents/GitHub/libfreenect2/depends/glfw_src'... | |
remote: Counting objects: 14624, done. | |
remote: Total 14624 (delta 0), reused 0 (delta 0), pack-reused 14624 | |
Receiving objects: 100% (14624/14624), 7.37 MiB | 960.00 KiB/s, done. | |
Resolving deltas: 100% (9163/9163), done. | |
Checking connectivity... done. | |
Note: checking out '3.0.4'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at eab31f2... Added description of 3.0.4 release. | |
-- The C compiler identification is Clang 6.0.0 | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Found OpenGL: /System/Library/Frameworks/OpenGL.framework | |
-- Looking for include file pthread.h | |
-- Looking for include file pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - found | |
-- Found Threads: TRUE | |
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) | |
-- Using Cocoa for window creation | |
-- Using NSGL for context creation | |
-- Building GLFW only for the native architecture | |
-- Configuring done | |
CMake Warning (dev) in src/CMakeLists.txt: | |
Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link | |
interface. Run "cmake --help-policy CMP0022" for policy details. Use the | |
cmake_policy command to set the policy and suppress this warning. | |
Target "glfw" has an INTERFACE_LINK_LIBRARIES property which differs from | |
its LINK_INTERFACE_LIBRARIES properties. | |
INTERFACE_LINK_LIBRARIES: | |
/System/Library/Frameworks/Cocoa.framework;/System/Library/Frameworks/OpenGL.framework;/System/Library/Frameworks/IOKit.framework;/System/Library/Frameworks/CoreFoundation.framework;/System/Library/Frameworks/CoreVideo.framework | |
LINK_INTERFACE_LIBRARIES: | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Generating done | |
-- Build files have been written to: /Users/tom/Documents/GitHub/libfreenect2/depends/glfw_src/build | |
Scanning dependencies of target glfw | |
[ 2%] Building C object src/CMakeFiles/glfw.dir/clipboard.c.o | |
[ 4%] Building C object src/CMakeFiles/glfw.dir/context.c.o | |
[ 6%] Building C object src/CMakeFiles/glfw.dir/gamma.c.o | |
[ 8%] Building C object src/CMakeFiles/glfw.dir/init.c.o | |
[ 10%] Building C object src/CMakeFiles/glfw.dir/input.c.o | |
[ 12%] Building C object src/CMakeFiles/glfw.dir/joystick.c.o | |
[ 14%] Building C object src/CMakeFiles/glfw.dir/monitor.c.o | |
[ 17%] Building C object src/CMakeFiles/glfw.dir/time.c.o | |
[ 19%] Building C object src/CMakeFiles/glfw.dir/window.c.o | |
[ 21%] Building C object src/CMakeFiles/glfw.dir/cocoa_clipboard.m.o | |
[ 23%] Building C object src/CMakeFiles/glfw.dir/cocoa_gamma.c.o | |
[ 25%] Building C object src/CMakeFiles/glfw.dir/cocoa_init.m.o | |
[ 27%] Building C object src/CMakeFiles/glfw.dir/cocoa_joystick.m.o | |
[ 29%] Building C object src/CMakeFiles/glfw.dir/cocoa_monitor.m.o | |
/Users/tom/Documents/GitHub/libfreenect2/depends/glfw_src/src/cocoa_monitor.m:48:42: warning: 'CGDisplayIOServicePort' is deprecated: first | |
deprecated in OS X 10.9 [-Wdeprecated-declarations] | |
info = IODisplayCreateInfoDictionary(CGDisplayIOServicePort(displayID), | |
^ | |
/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDisplayConfiguration.h:355:24: note: 'CGDisplayIOServicePort' has been explicitly | |
marked deprecated here | |
CG_EXTERN io_service_t CGDisplayIOServicePort(CGDirectDisplayID display) | |
^ | |
1 warning generated. | |
[ 31%] Building C object src/CMakeFiles/glfw.dir/cocoa_time.c.o | |
[ 34%] Building C object src/CMakeFiles/glfw.dir/cocoa_window.m.o | |
[ 36%] Building C object src/CMakeFiles/glfw.dir/nsgl_context.m.o | |
Linking C shared library libglfw.dylib | |
[ 36%] Built target glfw | |
Scanning dependencies of target Boing | |
[ 38%] Building C object examples/CMakeFiles/Boing.dir/boing.c.o | |
/Users/tom/Documents/GitHub/libfreenect2/depends/glfw_src/examples/boing.c:235:4: warning: 'gluPerspective' is deprecated: first deprecated in OS | |
X 10.9 - "Use GLKMatrix4MakePerspective" [-Wdeprecated-declarations] | |
gluPerspective( PerspectiveAngle( RADIUS * 2, 200 ), | |
^ | |
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:278:13: note: 'gluPerspective' has been explicitly marked deprecated here | |
extern void gluPerspective (GLdouble fovy, GLdouble aspect, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMatr... | |
^ | |
/Users/tom/Documents/GitHub/libfreenect2/depends/glfw_src/examples/boing.c:243:4: warning: 'gluLookAt' is deprecated: first deprecated in OS X | |
10.9 - "Use GLKMatrix4MakeLookAt" [-Wdeprecated-declarations] | |
gluLookAt( 0.0, 0.0, VIEW_SCENE_DIST,/* eye */ | |
^ | |
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:265:13: note: 'gluLookAt' has been explicitly marked deprecated here | |
extern void gluLookAt (GLdouble eyeX, GLdouble eyeY, GLdouble eyeZ, GLdouble centerX, GLdouble centerY, GLdouble centerZ, GLdouble upX, G... | |
^ | |
2 warnings generated. | |
Linking C executable Boing.app/Contents/MacOS/Boing | |
[ 38%] Built target Boing | |
Scanning dependencies of target Gears | |
[ 40%] Building C object examples/CMakeFiles/Gears.dir/gears.c.o | |
Linking C executable Gears.app/Contents/MacOS/Gears | |
[ 40%] Built target Gears | |
Scanning dependencies of target Simple | |
[ 42%] Building C object examples/CMakeFiles/Simple.dir/simple.c.o | |
Linking C executable Simple.app/Contents/MacOS/Simple | |
[ 42%] Built target Simple | |
Scanning dependencies of target Split View | |
[ 44%] Building C object examples/CMakeFiles/Split View.dir/splitview.c.o | |
/Users/tom/Documents/GitHub/libfreenect2/depends/glfw_src/examples/splitview.c:161:5: warning: 'gluLookAt' is deprecated: first deprecated in OS | |
X 10.9 - "Use GLKMatrix4MakeLookAt" [-Wdeprecated-declarations] | |
gluLookAt(0.0, 0.0, 1.0, | |
^ | |
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:265:13: note: 'gluLookAt' has been explicitly marked deprecated here | |
extern void gluLookAt (GLdouble eyeX, GLdouble eyeY, GLdouble eyeZ, GLdouble centerX, GLdouble centerY, GLdouble centerZ, GLdouble upX, G... | |
^ | |
/Users/tom/Documents/GitHub/libfreenect2/depends/glfw_src/examples/splitview.c:251:5: warning: 'gluLookAt' is deprecated: first deprecated in OS | |
X 10.9 - "Use GLKMatrix4MakeLookAt" [-Wdeprecated-declarations] | |
gluLookAt(0.0f, 10.0f, 1e-3f, // Eye-position (above) | |
^ | |
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:265:13: note: 'gluLookAt' has been explicitly marked deprecated here | |
extern void gluLookAt (GLdouble eyeX, GLdouble eyeY, GLdouble eyeZ, GLdouble centerX, GLdouble centerY, GLdouble centerZ, GLdouble upX, G... | |
^ | |
/Users/tom/Documents/GitHub/libfreenect2/depends/glfw_src/examples/splitview.c:262:5: warning: 'gluLookAt' is deprecated: first deprecated in OS | |
X 10.9 - "Use GLKMatrix4MakeLookAt" [-Wdeprecated-declarations] | |
gluLookAt(0.0f, 0.0f, 10.0f, // Eye-position (in front of) | |
^ | |
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:265:13: note: 'gluLookAt' has been explicitly marked deprecated here | |
extern void gluLookAt (GLdouble eyeX, GLdouble eyeY, GLdouble eyeZ, GLdouble centerX, GLdouble centerY, GLdouble centerZ, GLdouble upX, G... | |
^ | |
/Users/tom/Documents/GitHub/libfreenect2/depends/glfw_src/examples/splitview.c:273:5: warning: 'gluLookAt' is deprecated: first deprecated in OS | |
X 10.9 - "Use GLKMatrix4MakeLookAt" [-Wdeprecated-declarations] | |
gluLookAt(10.0f, 0.0f, 0.0f, // Eye-position (to the right) | |
^ | |
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:265:13: note: 'gluLookAt' has been explicitly marked deprecated here | |
extern void gluLookAt (GLdouble eyeX, GLdouble eyeY, GLdouble eyeZ, GLdouble centerX, GLdouble centerY, GLdouble centerZ, GLdouble upX, G... | |
^ | |
/Users/tom/Documents/GitHub/libfreenect2/depends/glfw_src/examples/splitview.c:296:5: warning: 'gluPerspective' is deprecated: first deprecated | |
in OS X 10.9 - "Use GLKMatrix4MakePerspective" [-Wdeprecated-declarations] | |
gluPerspective(65.0f, aspect, 1.0f, 50.0f); | |
^ | |
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:278:13: note: 'gluPerspective' has been explicitly marked deprecated here | |
extern void gluPerspective (GLdouble fovy, GLdouble aspect, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMatr... | |
^ | |
/Users/tom/Documents/GitHub/libfreenect2/depends/glfw_src/examples/splitview.c:303:5: warning: 'gluLookAt' is deprecated: first deprecated in OS | |
X 10.9 - "Use GLKMatrix4MakeLookAt" [-Wdeprecated-declarations] | |
gluLookAt(3.0f, 1.5f, 3.0f, // Eye-position | |
^ | |
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:265:13: note: 'gluLookAt' has been explicitly marked deprecated here | |
extern void gluLookAt (GLdouble eyeX, GLdouble eyeY, GLdouble eyeZ, GLdouble centerX, GLdouble centerY, GLdouble centerZ, GLdouble upX, G... | |
^ | |
6 warnings generated. | |
Linking C executable "Split View.app/Contents/MacOS/Split View" | |
[ 44%] Built target Split View | |
Scanning dependencies of target Wave | |
[ 46%] Building C object examples/CMakeFiles/Wave.dir/wave.c.o | |
/Users/tom/Documents/GitHub/libfreenect2/depends/glfw_src/examples/wave.c:380:5: warning: 'gluPerspective' is deprecated: first deprecated in OS | |
X 10.9 - "Use GLKMatrix4MakePerspective" [-Wdeprecated-declarations] | |
gluPerspective(60.0, ratio, 1.0, 1024.0); | |
^ | |
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:278:13: note: 'gluPerspective' has been explicitly marked deprecated here | |
extern void gluPerspective (GLdouble fovy, GLdouble aspect, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMatr... | |
^ | |
1 warning generated. | |
Linking C executable Wave.app/Contents/MacOS/Wave | |
[ 46%] Built target Wave | |
Scanning dependencies of target accuracy | |
[ 48%] Building C object tests/CMakeFiles/accuracy.dir/accuracy.c.o | |
/Users/tom/Documents/GitHub/libfreenect2/depends/glfw_src/tests/accuracy.c:68:5: warning: 'gluOrtho2D' is deprecated: first deprecated in OS X | |
10.9 - "Use GLKMatrix4MakeOrtho" [-Wdeprecated-declarations] | |
gluOrtho2D(0.f, window_width, 0.f, window_height); | |
^ | |
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:276:13: note: 'gluOrtho2D' has been explicitly marked deprecated here | |
extern void gluOrtho2D (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMatrix4Ma... | |
^ | |
1 warning generated. | |
Linking C executable accuracy.app/Contents/MacOS/accuracy | |
[ 48%] Built target accuracy | |
Scanning dependencies of target clipboard | |
[ 51%] Building C object tests/CMakeFiles/clipboard.dir/clipboard.c.o | |
[ 53%] Building C object tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o | |
Linking C executable clipboard | |
[ 53%] Built target clipboard | |
Scanning dependencies of target defaults | |
[ 55%] Building C object tests/CMakeFiles/defaults.dir/defaults.c.o | |
Linking C executable defaults | |
[ 55%] Built target defaults | |
Scanning dependencies of target events | |
[ 57%] Building C object tests/CMakeFiles/events.dir/events.c.o | |
[ 59%] Building C object tests/CMakeFiles/events.dir/__/deps/getopt.c.o | |
Linking C executable events | |
[ 59%] Built target events | |
Scanning dependencies of target fsaa | |
[ 61%] Building C object tests/CMakeFiles/fsaa.dir/fsaa.c.o | |
/Users/tom/Documents/GitHub/libfreenect2/depends/glfw_src/tests/fsaa.c:128:5: warning: 'gluOrtho2D' is deprecated: first deprecated in OS X 10.9 | |
- "Use GLKMatrix4MakeOrtho" [-Wdeprecated-declarations] | |
gluOrtho2D(0.f, 1.f, 0.f, 0.5f); | |
^ | |
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:276:13: note: 'gluOrtho2D' has been explicitly marked deprecated here | |
extern void gluOrtho2D (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMatrix4Ma... | |
^ | |
1 warning generated. | |
[ 63%] Building C object tests/CMakeFiles/fsaa.dir/__/deps/getopt.c.o | |
Linking C executable fsaa | |
[ 63%] Built target fsaa | |
Scanning dependencies of target gamma | |
[ 65%] Building C object tests/CMakeFiles/gamma.dir/gamma.c.o | |
[ 68%] Building C object tests/CMakeFiles/gamma.dir/__/deps/getopt.c.o | |
Linking C executable gamma | |
[ 68%] Built target gamma | |
Scanning dependencies of target glfwinfo | |
[ 70%] Building C object tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o | |
[ 72%] Building C object tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o | |
Linking C executable glfwinfo | |
[ 72%] Built target glfwinfo | |
Scanning dependencies of target iconify | |
[ 74%] Building C object tests/CMakeFiles/iconify.dir/iconify.c.o | |
[ 76%] Building C object tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o | |
Linking C executable iconify | |
[ 76%] Built target iconify | |
Scanning dependencies of target joysticks | |
[ 78%] Building C object tests/CMakeFiles/joysticks.dir/joysticks.c.o | |
Linking C executable joysticks | |
[ 78%] Built target joysticks | |
Scanning dependencies of target modes | |
[ 80%] Building C object tests/CMakeFiles/modes.dir/modes.c.o | |
[ 82%] Building C object tests/CMakeFiles/modes.dir/__/deps/getopt.c.o | |
Linking C executable modes | |
[ 82%] Built target modes | |
Scanning dependencies of target peter | |
[ 85%] Building C object tests/CMakeFiles/peter.dir/peter.c.o | |
Linking C executable peter | |
[ 85%] Built target peter | |
Scanning dependencies of target reopen | |
[ 87%] Building C object tests/CMakeFiles/reopen.dir/reopen.c.o | |
Linking C executable reopen | |
[ 87%] Built target reopen | |
Scanning dependencies of target sharing | |
[ 89%] Building C object tests/CMakeFiles/sharing.dir/sharing.c.o | |
/Users/tom/Documents/GitHub/libfreenect2/depends/glfw_src/tests/sharing.c:103:5: warning: 'gluOrtho2D' is deprecated: first deprecated in OS X | |
10.9 - "Use GLKMatrix4MakeOrtho" [-Wdeprecated-declarations] | |
gluOrtho2D(0.f, 1.f, 0.f, 1.f); | |
^ | |
/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:276:13: note: 'gluOrtho2D' has been explicitly marked deprecated here | |
extern void gluOrtho2D (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMatrix4Ma... | |
^ | |
1 warning generated. | |
Linking C executable sharing.app/Contents/MacOS/sharing | |
[ 89%] Built target sharing | |
Scanning dependencies of target tearing | |
[ 91%] Building C object tests/CMakeFiles/tearing.dir/tearing.c.o | |
Linking C executable tearing.app/Contents/MacOS/tearing | |
[ 91%] Built target tearing | |
Scanning dependencies of target threads | |
[ 93%] Building C object tests/CMakeFiles/threads.dir/threads.c.o | |
[ 95%] Building C object tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o | |
Linking C executable threads.app/Contents/MacOS/threads | |
[ 95%] Built target threads | |
Scanning dependencies of target title | |
[ 97%] Building C object tests/CMakeFiles/title.dir/title.c.o | |
Linking C executable title.app/Contents/MacOS/title | |
[ 97%] Built target title | |
Scanning dependencies of target windows | |
[100%] Building C object tests/CMakeFiles/windows.dir/windows.c.o | |
Linking C executable windows.app/Contents/MacOS/windows | |
[100%] Built target windows | |
[ 36%] Built target glfw | |
[ 38%] Built target Boing | |
[ 40%] Built target Gears | |
[ 42%] Built target Simple | |
[ 44%] Built target Split View | |
[ 46%] Built target Wave | |
[ 48%] Built target accuracy | |
[ 53%] Built target clipboard | |
[ 55%] Built target defaults | |
[ 59%] Built target events | |
[ 63%] Built target fsaa | |
[ 68%] Built target gamma | |
[ 72%] Built target glfwinfo | |
[ 76%] Built target iconify | |
[ 78%] Built target joysticks | |
[ 82%] Built target modes | |
[ 85%] Built target peter | |
[ 87%] Built target reopen | |
[ 89%] Built target sharing | |
[ 91%] Built target tearing | |
[ 95%] Built target threads | |
[ 97%] Built target title | |
[100%] Built target windows | |
Install the project... | |
-- Install configuration: "" | |
-- Installing: /Users/tom/Documents/GitHub/libfreenect2/depends/glfw/include/GLFW | |
-- Installing: /Users/tom/Documents/GitHub/libfreenect2/depends/glfw/include/GLFW/glfw3.h | |
-- Installing: /Users/tom/Documents/GitHub/libfreenect2/depends/glfw/include/GLFW/glfw3native.h | |
-- Installing: /Users/tom/Documents/GitHub/libfreenect2/depends/glfw/lib/cmake/glfw/glfwConfig.cmake | |
-- Installing: /Users/tom/Documents/GitHub/libfreenect2/depends/glfw/lib/cmake/glfw/glfwConfigVersion.cmake | |
-- Installing: /Users/tom/Documents/GitHub/libfreenect2/depends/glfw/lib/cmake/glfw/glfwTargets.cmake | |
-- Installing: /Users/tom/Documents/GitHub/libfreenect2/depends/glfw/lib/cmake/glfw/glfwTargets-noconfig.cmake | |
-- Installing: /Users/tom/Documents/GitHub/libfreenect2/depends/glfw/lib/pkgconfig/glfw3.pc | |
-- Installing: /Users/tom/Documents/GitHub/libfreenect2/depends/glfw/lib/libglfw.3.0.dylib | |
-- Installing: /Users/tom/Documents/GitHub/libfreenect2/depends/glfw/lib/libglfw.3.dylib | |
-- Installing: /Users/tom/Documents/GitHub/libfreenect2/depends/glfw/lib/libglfw.dylib | |
--2015-03-06 16:34:11-- https://downloads.sourceforge.net/project/libjpeg-turbo/1.3.1/libjpeg-turbo-1.3.1.tar.gz | |
Resolving downloads.sourceforge.net... 216.34.181.59 | |
Connecting to downloads.sourceforge.net|216.34.181.59|:443... connected. | |
HTTP request sent, awaiting response... 302 Found | |
Location: http://hivelocity.dl.sourceforge.net/project/libjpeg-turbo/1.3.1/libjpeg-turbo-1.3.1.tar.gz [following] | |
--2015-03-06 16:34:11-- http://hivelocity.dl.sourceforge.net/project/libjpeg-turbo/1.3.1/libjpeg-turbo-1.3.1.tar.gz | |
Resolving hivelocity.dl.sourceforge.net... 74.50.101.106 | |
Connecting to hivelocity.dl.sourceforge.net|74.50.101.106|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 1390282 (1.3M) [application/x-gzip] | |
Saving to: 'libjpeg-turbo-1.3.1.tar.gz.3' | |
libjpeg-turbo-1.3.1.tar.gz.3 100%[=====================================================================>] 1.33M 828KB/s in 1.6s | |
2015-03-06 16:34:24 (828 KB/s) - 'libjpeg-turbo-1.3.1.tar.gz.3' saved [1390282/1390282] | |
x libjpeg-turbo-1.3.1/ | |
x libjpeg-turbo-1.3.1/Makefile.am | |
x libjpeg-turbo-1.3.1/rdcolmap.c | |
x libjpeg-turbo-1.3.1/simd/ | |
x libjpeg-turbo-1.3.1/simd/jfsseflt-64.asm | |
x libjpeg-turbo-1.3.1/simd/Makefile.am | |
x libjpeg-turbo-1.3.1/simd/jcclrss2.asm | |
x libjpeg-turbo-1.3.1/simd/jiss2flt.asm | |
x libjpeg-turbo-1.3.1/simd/ji3dnflt.asm | |
x libjpeg-turbo-1.3.1/simd/jcqnt3dn.asm | |
x libjpeg-turbo-1.3.1/simd/jfss2int.asm | |
x libjpeg-turbo-1.3.1/simd/jsimd_x86_64.c | |
x libjpeg-turbo-1.3.1/simd/jiss2red.asm | |
x libjpeg-turbo-1.3.1/simd/jdmrgss2.asm | |
x libjpeg-turbo-1.3.1/simd/jdcolss2.asm | |
x libjpeg-turbo-1.3.1/simd/Makefile.in | |
x libjpeg-turbo-1.3.1/simd/jisseflt.asm | |
x libjpeg-turbo-1.3.1/simd/jfss2fst.asm | |
x libjpeg-turbo-1.3.1/simd/jccolss2-64.asm | |
x libjpeg-turbo-1.3.1/simd/jcsammmx.asm | |
x libjpeg-turbo-1.3.1/simd/jcqntsse.asm | |
x libjpeg-turbo-1.3.1/simd/jimmxred.asm | |
x libjpeg-turbo-1.3.1/simd/jsimdcpu.asm | |
x libjpeg-turbo-1.3.1/simd/jcgryss2.asm | |
x libjpeg-turbo-1.3.1/simd/jfss2int-64.asm | |
x libjpeg-turbo-1.3.1/simd/nasm_lt.sh | |
x libjpeg-turbo-1.3.1/simd/jdclrss2-64.asm | |
x libjpeg-turbo-1.3.1/simd/jcclrmmx.asm | |
x libjpeg-turbo-1.3.1/simd/jdclrmmx.asm | |
x libjpeg-turbo-1.3.1/simd/jcgrammx.asm | |
x libjpeg-turbo-1.3.1/simd/jdcolmmx.asm | |
x libjpeg-turbo-1.3.1/simd/jiss2fst-64.asm | |
x libjpeg-turbo-1.3.1/simd/jiss2int.asm | |
x libjpeg-turbo-1.3.1/simd/jfss2fst-64.asm | |
x libjpeg-turbo-1.3.1/simd/jfmmxfst.asm | |
x libjpeg-turbo-1.3.1/simd/jfmmxint.asm | |
x libjpeg-turbo-1.3.1/simd/jccolmmx.asm | |
x libjpeg-turbo-1.3.1/simd/jcqnts2i.asm | |
x libjpeg-turbo-1.3.1/simd/jcqntmmx.asm | |
x libjpeg-turbo-1.3.1/simd/CMakeLists.txt | |
x libjpeg-turbo-1.3.1/simd/jdmerss2-64.asm | |
x libjpeg-turbo-1.3.1/simd/jcolsamp.inc | |
x libjpeg-turbo-1.3.1/simd/jcqnts2f-64.asm | |
x libjpeg-turbo-1.3.1/simd/jf3dnflt.asm | |
x libjpeg-turbo-1.3.1/simd/jdsamss2.asm | |
x libjpeg-turbo-1.3.1/simd/jfsseflt.asm | |
x libjpeg-turbo-1.3.1/simd/jdclrss2.asm | |
x libjpeg-turbo-1.3.1/simd/jiss2flt-64.asm | |
x libjpeg-turbo-1.3.1/simd/jdmrgmmx.asm | |
x libjpeg-turbo-1.3.1/simd/jdmermmx.asm | |
x libjpeg-turbo-1.3.1/simd/jsimd.h | |
x libjpeg-turbo-1.3.1/simd/jcgrymmx.asm | |
x libjpeg-turbo-1.3.1/simd/jdmrgss2-64.asm | |
x libjpeg-turbo-1.3.1/simd/jiss2fst.asm | |
x libjpeg-turbo-1.3.1/simd/jiss2red-64.asm | |
x libjpeg-turbo-1.3.1/simd/jimmxfst.asm | |
x libjpeg-turbo-1.3.1/simd/jcgryss2-64.asm | |
x libjpeg-turbo-1.3.1/simd/jcqnts2f.asm | |
x libjpeg-turbo-1.3.1/simd/jsimd_i386.c | |
x libjpeg-turbo-1.3.1/simd/jdct.inc | |
x libjpeg-turbo-1.3.1/simd/jsimdcfg.inc.h | |
x libjpeg-turbo-1.3.1/simd/jccolss2.asm | |
x libjpeg-turbo-1.3.1/simd/jcqnts2i-64.asm | |
x libjpeg-turbo-1.3.1/simd/jiss2int-64.asm | |
x libjpeg-turbo-1.3.1/simd/jsimd_arm.c | |
x libjpeg-turbo-1.3.1/simd/jcgrass2.asm | |
x libjpeg-turbo-1.3.1/simd/jcgrass2-64.asm | |
x libjpeg-turbo-1.3.1/simd/jdcolss2-64.asm | |
x libjpeg-turbo-1.3.1/simd/jsimd_arm_neon.S | |
x libjpeg-turbo-1.3.1/simd/jcclrss2-64.asm | |
x libjpeg-turbo-1.3.1/simd/jdmerss2.asm | |
x libjpeg-turbo-1.3.1/simd/jcsamss2.asm | |
x libjpeg-turbo-1.3.1/simd/jimmxint.asm | |
x libjpeg-turbo-1.3.1/simd/jsimdext.inc | |
x libjpeg-turbo-1.3.1/simd/jdsamss2-64.asm | |
x libjpeg-turbo-1.3.1/simd/jcsamss2-64.asm | |
x libjpeg-turbo-1.3.1/simd/jdsammmx.asm | |
x libjpeg-turbo-1.3.1/rdswitch.c | |
x libjpeg-turbo-1.3.1/jdsample.c | |
x libjpeg-turbo-1.3.1/turbojpeg.h | |
x libjpeg-turbo-1.3.1/example.c | |
x libjpeg-turbo-1.3.1/jccolext.c | |
x libjpeg-turbo-1.3.1/jmemsys.h | |
x libjpeg-turbo-1.3.1/jfdctint.c | |
x libjpeg-turbo-1.3.1/jsimddct.h | |
x libjpeg-turbo-1.3.1/ltmain.sh | |
x libjpeg-turbo-1.3.1/change.log | |
x libjpeg-turbo-1.3.1/config.sub | |
x libjpeg-turbo-1.3.1/jcprepct.c | |
x libjpeg-turbo-1.3.1/tjbenchtest.in | |
x libjpeg-turbo-1.3.1/Makefile.in | |
x libjpeg-turbo-1.3.1/wrbmp.c | |
x libjpeg-turbo-1.3.1/tjutil.h | |
x libjpeg-turbo-1.3.1/jcmainct.c | |
x libjpeg-turbo-1.3.1/jcinit.c | |
x libjpeg-turbo-1.3.1/jpegtran.c | |
x libjpeg-turbo-1.3.1/jaricom.c | |
x libjpeg-turbo-1.3.1/jcmaster.c | |
x libjpeg-turbo-1.3.1/jmemmgr.c | |
x libjpeg-turbo-1.3.1/configure | |
x libjpeg-turbo-1.3.1/jidctred.c | |
x libjpeg-turbo-1.3.1/README | |
x libjpeg-turbo-1.3.1/tjexampletest.in | |
x libjpeg-turbo-1.3.1/BUILDING.txt | |
x libjpeg-turbo-1.3.1/jcstest.c | |
x libjpeg-turbo-1.3.1/jcapimin.c | |
x libjpeg-turbo-1.3.1/jcdctmgr.c | |
x libjpeg-turbo-1.3.1/cmakescripts/ | |
x libjpeg-turbo-1.3.1/cmakescripts/testclean.cmake | |
x libjpeg-turbo-1.3.1/cmakescripts/md5cmp.cmake | |
x libjpeg-turbo-1.3.1/rdjpgcom.1 | |
x libjpeg-turbo-1.3.1/jmorecfg.h | |
x libjpeg-turbo-1.3.1/jfdctflt.c | |
x libjpeg-turbo-1.3.1/jdmerge.c | |
x libjpeg-turbo-1.3.1/jidctflt.c | |
x libjpeg-turbo-1.3.1/config.guess | |
x libjpeg-turbo-1.3.1/jdinput.c | |
x libjpeg-turbo-1.3.1/usage.txt | |
x libjpeg-turbo-1.3.1/structure.txt | |
x libjpeg-turbo-1.3.1/jdmrgext.c | |
x libjpeg-turbo-1.3.1/jdcoefct.c | |
x libjpeg-turbo-1.3.1/jdpostct.c | |
x libjpeg-turbo-1.3.1/jdphuff.c | |
x libjpeg-turbo-1.3.1/jdcolor.c | |
x libjpeg-turbo-1.3.1/jdhuff.c | |
x libjpeg-turbo-1.3.1/rdrle.c | |
x libjpeg-turbo-1.3.1/install-sh | |
x libjpeg-turbo-1.3.1/jdtrans.c | |
x libjpeg-turbo-1.3.1/jconfig.txt | |
x libjpeg-turbo-1.3.1/rdtarga.c | |
x libjpeg-turbo-1.3.1/libjpeg.txt | |
x libjpeg-turbo-1.3.1/rdppm.c | |
x libjpeg-turbo-1.3.1/CMakeLists.txt | |
x libjpeg-turbo-1.3.1/wrjpgcom.c | |
x libjpeg-turbo-1.3.1/jcmarker.c | |
x libjpeg-turbo-1.3.1/jchuff.h | |
x libjpeg-turbo-1.3.1/jconfig.h.in | |
x libjpeg-turbo-1.3.1/rdjpgcom.c | |
x libjpeg-turbo-1.3.1/jdhuff.h | |
x libjpeg-turbo-1.3.1/jcomapi.c | |
x libjpeg-turbo-1.3.1/depcomp | |
x libjpeg-turbo-1.3.1/turbojpeg-mapfile.jni | |
x libjpeg-turbo-1.3.1/cjpeg.c | |
x libjpeg-turbo-1.3.1/compile | |
x libjpeg-turbo-1.3.1/rdbmp.c | |
x libjpeg-turbo-1.3.1/cdjpeg.h | |
x libjpeg-turbo-1.3.1/jdapistd.c | |
x libjpeg-turbo-1.3.1/jdatadst-tj.c | |
x libjpeg-turbo-1.3.1/jpegtran.1 | |
x libjpeg-turbo-1.3.1/configure.ac | |
x libjpeg-turbo-1.3.1/jdatasrc.c | |
x libjpeg-turbo-1.3.1/jquant1.c | |
x libjpeg-turbo-1.3.1/jdcolext.c | |
x libjpeg-turbo-1.3.1/bmp.h | |
x libjpeg-turbo-1.3.1/jutils.c | |
x libjpeg-turbo-1.3.1/jversion.h | |
x libjpeg-turbo-1.3.1/jdapimin.c | |
x libjpeg-turbo-1.3.1/jcarith.c | |
x libjpeg-turbo-1.3.1/cdjpeg.c | |
x libjpeg-turbo-1.3.1/jpegint.h | |
x libjpeg-turbo-1.3.1/jinclude.h | |
x libjpeg-turbo-1.3.1/jsimd.h | |
x libjpeg-turbo-1.3.1/jchuff.c | |
x libjpeg-turbo-1.3.1/libjpeg.map.in | |
x libjpeg-turbo-1.3.1/jdarith.c | |
x libjpeg-turbo-1.3.1/jdmainct.c | |
x libjpeg-turbo-1.3.1/win/ | |
x libjpeg-turbo-1.3.1/win/jpeg7-memsrcdst.def | |
x libjpeg-turbo-1.3.1/win/jpeg62-memsrcdst.def | |
x libjpeg-turbo-1.3.1/win/jpeg62.def | |
x libjpeg-turbo-1.3.1/win/jsimdcfg.inc | |
x libjpeg-turbo-1.3.1/win/jpeg7.def | |
x libjpeg-turbo-1.3.1/win/jconfig.h.in | |
x libjpeg-turbo-1.3.1/win/jpeg8.def | |
x libjpeg-turbo-1.3.1/win/config.h.in | |
x libjpeg-turbo-1.3.1/jcsample.c | |
x libjpeg-turbo-1.3.1/jmemnobs.c | |
x libjpeg-turbo-1.3.1/jdct.h | |
x libjpeg-turbo-1.3.1/jdatadst.c | |
x libjpeg-turbo-1.3.1/djpeg.1 | |
x libjpeg-turbo-1.3.1/doc/ | |
x libjpeg-turbo-1.3.1/doc/html/ | |
x libjpeg-turbo-1.3.1/doc/html/group___turbo_j_p_e_g.html | |
x libjpeg-turbo-1.3.1/doc/html/ftv2folderopen.png | |
x libjpeg-turbo-1.3.1/doc/html/ftv2cl.png | |
x libjpeg-turbo-1.3.1/doc/html/nav_g.png | |
x libjpeg-turbo-1.3.1/doc/html/tab_b.png | |
x libjpeg-turbo-1.3.1/doc/html/ftv2vertline.png | |
x libjpeg-turbo-1.3.1/doc/html/ftv2mlastnode.png | |
x libjpeg-turbo-1.3.1/doc/html/sync_off.png | |
x libjpeg-turbo-1.3.1/doc/html/index.html | |
x libjpeg-turbo-1.3.1/doc/html/bc_s.png | |
x libjpeg-turbo-1.3.1/doc/html/ftv2pnode.png | |
x libjpeg-turbo-1.3.1/doc/html/ftv2plastnode.png | |
x libjpeg-turbo-1.3.1/doc/html/functions_vars.html | |
x libjpeg-turbo-1.3.1/doc/html/structtjtransform.html | |
x libjpeg-turbo-1.3.1/doc/html/nav_h.png | |
x libjpeg-turbo-1.3.1/doc/html/doxygen.png | |
x libjpeg-turbo-1.3.1/doc/html/nav_f.png | |
x libjpeg-turbo-1.3.1/doc/html/jquery.js | |
x libjpeg-turbo-1.3.1/doc/html/ftv2blank.png | |
x libjpeg-turbo-1.3.1/doc/html/ftv2folderclosed.png | |
x libjpeg-turbo-1.3.1/doc/html/modules.html | |
x libjpeg-turbo-1.3.1/doc/html/tab_h.png | |
x libjpeg-turbo-1.3.1/doc/html/annotated.html | |
x libjpeg-turbo-1.3.1/doc/html/doxygen.css | |
x libjpeg-turbo-1.3.1/doc/html/structtjregion.html | |
x libjpeg-turbo-1.3.1/doc/html/open.png | |
x libjpeg-turbo-1.3.1/doc/html/ftv2doc.png | |
x libjpeg-turbo-1.3.1/doc/html/structtjscalingfactor.html | |
x libjpeg-turbo-1.3.1/doc/html/ftv2node.png | |
x libjpeg-turbo-1.3.1/doc/html/tabs.css | |
x libjpeg-turbo-1.3.1/doc/html/ftv2splitbar.png | |
x libjpeg-turbo-1.3.1/doc/html/sync_on.png | |
x libjpeg-turbo-1.3.1/doc/html/tab_a.png | |
x libjpeg-turbo-1.3.1/doc/html/ftv2lastnode.png | |
x libjpeg-turbo-1.3.1/doc/html/search/ | |
x libjpeg-turbo-1.3.1/doc/html/search/all_77.html | |
x libjpeg-turbo-1.3.1/doc/html/search/all_63.js | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_79.html | |
x libjpeg-turbo-1.3.1/doc/html/search/nomatches.html | |
x libjpeg-turbo-1.3.1/doc/html/search/enumvalues_74.js | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_78.js | |
x libjpeg-turbo-1.3.1/doc/html/search/classes_74.html | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_63.js | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_74.html | |
x libjpeg-turbo-1.3.1/doc/html/search/close.png | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_6f.html | |
x libjpeg-turbo-1.3.1/doc/html/search/all_72.js | |
x libjpeg-turbo-1.3.1/doc/html/search/functions_74.html | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_74.js | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_68.js | |
x libjpeg-turbo-1.3.1/doc/html/search/search_l.png | |
x libjpeg-turbo-1.3.1/doc/html/search/all_68.js | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_77.html | |
x libjpeg-turbo-1.3.1/doc/html/search/enumvalues_74.html | |
x libjpeg-turbo-1.3.1/doc/html/search/search_r.png | |
x libjpeg-turbo-1.3.1/doc/html/search/all_64.js | |
x libjpeg-turbo-1.3.1/doc/html/search/all_6f.js | |
x libjpeg-turbo-1.3.1/doc/html/search/all_77.js | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_64.js | |
x libjpeg-turbo-1.3.1/doc/html/search/all_6e.js | |
x libjpeg-turbo-1.3.1/doc/html/search/search.js | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_6f.js | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_6e.js | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_78.html | |
x libjpeg-turbo-1.3.1/doc/html/search/search_m.png | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_72.html | |
x libjpeg-turbo-1.3.1/doc/html/search/enums_74.js | |
x libjpeg-turbo-1.3.1/doc/html/search/groups_74.html | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_72.js | |
x libjpeg-turbo-1.3.1/doc/html/search/all_78.js | |
x libjpeg-turbo-1.3.1/doc/html/search/classes_74.js | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_68.html | |
x libjpeg-turbo-1.3.1/doc/html/search/all_68.html | |
x libjpeg-turbo-1.3.1/doc/html/search/all_74.js | |
x libjpeg-turbo-1.3.1/doc/html/search/functions_74.js | |
x libjpeg-turbo-1.3.1/doc/html/search/all_6f.html | |
x libjpeg-turbo-1.3.1/doc/html/search/all_74.html | |
x libjpeg-turbo-1.3.1/doc/html/search/all_63.html | |
x libjpeg-turbo-1.3.1/doc/html/search/all_78.html | |
x libjpeg-turbo-1.3.1/doc/html/search/all_64.html | |
x libjpeg-turbo-1.3.1/doc/html/search/enums_74.html | |
x libjpeg-turbo-1.3.1/doc/html/search/all_79.js | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_6e.html | |
x libjpeg-turbo-1.3.1/doc/html/search/all_72.html | |
x libjpeg-turbo-1.3.1/doc/html/search/all_79.html | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_77.js | |
x libjpeg-turbo-1.3.1/doc/html/search/groups_74.js | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_79.js | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_64.html | |
x libjpeg-turbo-1.3.1/doc/html/search/mag_sel.png | |
x libjpeg-turbo-1.3.1/doc/html/search/all_6e.html | |
x libjpeg-turbo-1.3.1/doc/html/search/search.css | |
x libjpeg-turbo-1.3.1/doc/html/search/variables_63.html | |
x libjpeg-turbo-1.3.1/doc/html/search/typedefs_74.js | |
x libjpeg-turbo-1.3.1/doc/html/search/typedefs_74.html | |
x libjpeg-turbo-1.3.1/doc/html/tab_s.png | |
x libjpeg-turbo-1.3.1/doc/html/functions.html | |
x libjpeg-turbo-1.3.1/doc/html/closed.png | |
x libjpeg-turbo-1.3.1/doc/html/ftv2ns.png | |
x libjpeg-turbo-1.3.1/doc/html/ftv2mnode.png | |
x libjpeg-turbo-1.3.1/doc/html/ftv2link.png | |
x libjpeg-turbo-1.3.1/doc/html/classes.html | |
x libjpeg-turbo-1.3.1/doc/html/dynsections.js | |
x libjpeg-turbo-1.3.1/doc/html/ftv2mo.png | |
x libjpeg-turbo-1.3.1/doc/html/bdwn.png | |
x libjpeg-turbo-1.3.1/turbojpeg-jni.c | |
x libjpeg-turbo-1.3.1/cderror.h | |
x libjpeg-turbo-1.3.1/tjbenchtest.java.in | |
x libjpeg-turbo-1.3.1/jctrans.c | |
x libjpeg-turbo-1.3.1/jdatasrc-tj.c | |
x libjpeg-turbo-1.3.1/tjutil.c | |
x libjpeg-turbo-1.3.1/jidctfst.c | |
x libjpeg-turbo-1.3.1/wrtarga.c | |
x libjpeg-turbo-1.3.1/wizard.txt | |
x libjpeg-turbo-1.3.1/tjunittest.c | |
x libjpeg-turbo-1.3.1/wrgif.c | |
x libjpeg-turbo-1.3.1/testimages/ | |
x libjpeg-turbo-1.3.1/testimages/vgl_5674_0098.bmp | |
x libjpeg-turbo-1.3.1/testimages/vgl_6434_0018a.bmp | |
x libjpeg-turbo-1.3.1/testimages/vgl_6548_0026a.bmp | |
x libjpeg-turbo-1.3.1/testimages/testorig.jpg | |
x libjpeg-turbo-1.3.1/testimages/testimgari.jpg | |
x libjpeg-turbo-1.3.1/testimages/nightshot_iso_100.bmp | |
x libjpeg-turbo-1.3.1/testimages/testimgint.jpg | |
x libjpeg-turbo-1.3.1/testimages/nightshot_iso_100.txt | |
x libjpeg-turbo-1.3.1/testimages/testorig.ppm | |
x libjpeg-turbo-1.3.1/jccolor.c | |
x libjpeg-turbo-1.3.1/jcapistd.c | |
x libjpeg-turbo-1.3.1/turbojpeg-mapfile | |
x libjpeg-turbo-1.3.1/jcparam.c | |
x libjpeg-turbo-1.3.1/turbojpeg.c | |
x libjpeg-turbo-1.3.1/jerror.h | |
x libjpeg-turbo-1.3.1/jpeglib.h | |
x libjpeg-turbo-1.3.1/jerror.c | |
x libjpeg-turbo-1.3.1/rdgif.c | |
x libjpeg-turbo-1.3.1/README-turbo.txt | |
x libjpeg-turbo-1.3.1/cjpeg.1 | |
x libjpeg-turbo-1.3.1/jsimd_none.c | |
x libjpeg-turbo-1.3.1/doxygen.config | |
x libjpeg-turbo-1.3.1/jddctmgr.c | |
x libjpeg-turbo-1.3.1/release/ | |
x libjpeg-turbo-1.3.1/release/uninstall.in | |
x libjpeg-turbo-1.3.1/release/libjpeg-turbo.spec.in | |
x libjpeg-turbo-1.3.1/release/deb-control.tmpl | |
x libjpeg-turbo-1.3.1/release/Welcome.rtf | |
x libjpeg-turbo-1.3.1/release/makecygwinpkg.in | |
x libjpeg-turbo-1.3.1/release/ReadMe.rtf | |
x libjpeg-turbo-1.3.1/release/Description.plist.in | |
x libjpeg-turbo-1.3.1/release/libjpeg-turbo.nsi.in | |
x libjpeg-turbo-1.3.1/release/License.rtf | |
x libjpeg-turbo-1.3.1/release/Info.plist.in | |
x libjpeg-turbo-1.3.1/release/makemacpkg.in | |
x libjpeg-turbo-1.3.1/release/makedpkg.in | |
x libjpeg-turbo-1.3.1/coderules.txt | |
x libjpeg-turbo-1.3.1/jquant2.c | |
x libjpeg-turbo-1.3.1/jpegcomp.h | |
x libjpeg-turbo-1.3.1/jccoefct.c | |
x libjpeg-turbo-1.3.1/md5/ | |
x libjpeg-turbo-1.3.1/md5/Makefile.am | |
x libjpeg-turbo-1.3.1/md5/md5cmp.c | |
x libjpeg-turbo-1.3.1/md5/Makefile.in | |
x libjpeg-turbo-1.3.1/md5/md5hl.c | |
x libjpeg-turbo-1.3.1/md5/md5.c | |
x libjpeg-turbo-1.3.1/md5/md5.h | |
x libjpeg-turbo-1.3.1/jfdctfst.c | |
x libjpeg-turbo-1.3.1/jcphuff.c | |
x libjpeg-turbo-1.3.1/wrppm.c | |
x libjpeg-turbo-1.3.1/wrrle.c | |
x libjpeg-turbo-1.3.1/transupp.h | |
x libjpeg-turbo-1.3.1/missing | |
x libjpeg-turbo-1.3.1/tjbench.c | |
x libjpeg-turbo-1.3.1/jdmaster.c | |
x libjpeg-turbo-1.3.1/aclocal.m4 | |
x libjpeg-turbo-1.3.1/wrjpgcom.1 | |
x libjpeg-turbo-1.3.1/java/ | |
x libjpeg-turbo-1.3.1/java/Makefile.am | |
x libjpeg-turbo-1.3.1/java/Makefile.in | |
x libjpeg-turbo-1.3.1/java/README | |
x libjpeg-turbo-1.3.1/java/TJBench.java | |
x libjpeg-turbo-1.3.1/java/org_libjpegturbo_turbojpeg_TJ.h | |
x libjpeg-turbo-1.3.1/java/CMakeLists.txt | |
x libjpeg-turbo-1.3.1/java/TJUnitTest.java | |
x libjpeg-turbo-1.3.1/java/org_libjpegturbo_turbojpeg_TJCompressor.h | |
x libjpeg-turbo-1.3.1/java/MANIFEST.MF | |
x libjpeg-turbo-1.3.1/java/doc/ | |
x libjpeg-turbo-1.3.1/java/doc/help-doc.html | |
x libjpeg-turbo-1.3.1/java/doc/index.html | |
x libjpeg-turbo-1.3.1/java/doc/serialized-form.html | |
x libjpeg-turbo-1.3.1/java/doc/allclasses-noframe.html | |
x libjpeg-turbo-1.3.1/java/doc/constant-values.html | |
x libjpeg-turbo-1.3.1/java/doc/deprecated-list.html | |
x libjpeg-turbo-1.3.1/java/doc/overview-tree.html | |
x libjpeg-turbo-1.3.1/java/doc/package-list | |
x libjpeg-turbo-1.3.1/java/doc/index-all.html | |
x libjpeg-turbo-1.3.1/java/doc/org/ | |
x libjpeg-turbo-1.3.1/java/doc/org/libjpegturbo/ | |
x libjpeg-turbo-1.3.1/java/doc/org/libjpegturbo/turbojpeg/ | |
x libjpeg-turbo-1.3.1/java/doc/org/libjpegturbo/turbojpeg/TJTransformer.html | |
x libjpeg-turbo-1.3.1/java/doc/org/libjpegturbo/turbojpeg/package-frame.html | |
x libjpeg-turbo-1.3.1/java/doc/org/libjpegturbo/turbojpeg/package-summary.html | |
x libjpeg-turbo-1.3.1/java/doc/org/libjpegturbo/turbojpeg/TJCustomFilter.html | |
x libjpeg-turbo-1.3.1/java/doc/org/libjpegturbo/turbojpeg/TJTransform.html | |
x libjpeg-turbo-1.3.1/java/doc/org/libjpegturbo/turbojpeg/TJScalingFactor.html | |
x libjpeg-turbo-1.3.1/java/doc/org/libjpegturbo/turbojpeg/TJ.html | |
x libjpeg-turbo-1.3.1/java/doc/org/libjpegturbo/turbojpeg/package-tree.html | |
x libjpeg-turbo-1.3.1/java/doc/org/libjpegturbo/turbojpeg/TJDecompressor.html | |
x libjpeg-turbo-1.3.1/java/doc/org/libjpegturbo/turbojpeg/TJCompressor.html | |
x libjpeg-turbo-1.3.1/java/doc/allclasses-frame.html | |
x libjpeg-turbo-1.3.1/java/doc/resources/ | |
x libjpeg-turbo-1.3.1/java/doc/resources/inherit.gif | |
x libjpeg-turbo-1.3.1/java/doc/stylesheet.css | |
x libjpeg-turbo-1.3.1/java/org/ | |
x libjpeg-turbo-1.3.1/java/org/libjpegturbo/ | |
x libjpeg-turbo-1.3.1/java/org/libjpegturbo/turbojpeg/ | |
x libjpeg-turbo-1.3.1/java/org/libjpegturbo/turbojpeg/TJLoader.java.in | |
x libjpeg-turbo-1.3.1/java/org/libjpegturbo/turbojpeg/TJCompressor.java | |
x libjpeg-turbo-1.3.1/java/org/libjpegturbo/turbojpeg/TJTransformer.java | |
x libjpeg-turbo-1.3.1/java/org/libjpegturbo/turbojpeg/TJTransform.java | |
x libjpeg-turbo-1.3.1/java/org/libjpegturbo/turbojpeg/TJ.java | |
x libjpeg-turbo-1.3.1/java/org/libjpegturbo/turbojpeg/TJScalingFactor.java | |
x libjpeg-turbo-1.3.1/java/org/libjpegturbo/turbojpeg/TJLoader.java.tmpl | |
x libjpeg-turbo-1.3.1/java/org/libjpegturbo/turbojpeg/TJCustomFilter.java | |
x libjpeg-turbo-1.3.1/java/org/libjpegturbo/turbojpeg/TJDecompressor.java | |
x libjpeg-turbo-1.3.1/java/TJExample.java | |
x libjpeg-turbo-1.3.1/java/org_libjpegturbo_turbojpeg_TJTransformer.h | |
x libjpeg-turbo-1.3.1/java/org_libjpegturbo_turbojpeg_TJDecompressor.h | |
x libjpeg-turbo-1.3.1/acinclude.m4 | |
x libjpeg-turbo-1.3.1/transupp.c | |
x libjpeg-turbo-1.3.1/ChangeLog.txt | |
x libjpeg-turbo-1.3.1/djpeg.c | |
x libjpeg-turbo-1.3.1/config.h.in | |
x libjpeg-turbo-1.3.1/bmp.c | |
x libjpeg-turbo-1.3.1/jdmarker.c | |
x libjpeg-turbo-1.3.1/sharedlib/ | |
x libjpeg-turbo-1.3.1/sharedlib/CMakeLists.txt | |
x libjpeg-turbo-1.3.1/jidctint.c | |
mv: rename libjpeg-turbo-1.3.1 to /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo_src/libjpeg-turbo-1.3.1: Directory not empty | |
cp: /config.guess: No such file or directory | |
cp: /config.sub: No such file or directory | |
configure: WARNING: If you wanted to set the --build type, don't use --host. | |
If a cross compiler is detected then cross compile mode will be used. | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking for x86_64-apple-darwin-strip... no | |
checking for strip... strip | |
checking for style of include used by make... GNU | |
checking for x86_64-apple-darwin-gcc... no | |
checking for gcc... gcc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ANSI C... none needed | |
checking dependency style of gcc... none | |
checking how to run the C preprocessor... gcc -E | |
checking for x86_64-apple-darwin-gcc... gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ANSI C... (cached) none needed | |
checking dependency style of gcc... (cached) none | |
checking whether gcc and cc understand -c and -o together... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking build system type... i686-apple-darwin14.1.0 | |
checking host system type... x86_64-apple-darwin | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for egrep... grep -E | |
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for BSD-compatible nm... nm | |
checking whether ln -s works... yes | |
checking how to recognise dependent libraries... pass_all | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking for x86_64-apple-darwin-g++... no | |
checking for x86_64-apple-darwin-c++... no | |
checking for x86_64-apple-darwin-gpp... no | |
checking for x86_64-apple-darwin-aCC... no | |
checking for x86_64-apple-darwin-CC... no | |
checking for x86_64-apple-darwin-cxx... no | |
checking for x86_64-apple-darwin-cc++... no | |
checking for x86_64-apple-darwin-cl... no | |
checking for x86_64-apple-darwin-FCC... no | |
checking for x86_64-apple-darwin-KCC... no | |
checking for x86_64-apple-darwin-RCC... no | |
checking for x86_64-apple-darwin-xlC_r... no | |
checking for x86_64-apple-darwin-xlC... no | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
rm: conftest.dSYM: is a directory | |
checking dependency style of g++... none | |
checking how to run the C++ preprocessor... g++ -E | |
checking for x86_64-apple-darwin-g77... no | |
checking for x86_64-apple-darwin-f77... no | |
checking for x86_64-apple-darwin-xlf... no | |
checking for x86_64-apple-darwin-frt... no | |
checking for x86_64-apple-darwin-pgf77... no | |
checking for x86_64-apple-darwin-fort77... no | |
checking for x86_64-apple-darwin-fl32... no | |
checking for x86_64-apple-darwin-af77... no | |
checking for x86_64-apple-darwin-f90... no | |
checking for x86_64-apple-darwin-xlf90... no | |
checking for x86_64-apple-darwin-pgf90... no | |
checking for x86_64-apple-darwin-epcf90... no | |
checking for x86_64-apple-darwin-f95... no | |
checking for x86_64-apple-darwin-fort... no | |
checking for x86_64-apple-darwin-xlf95... no | |
checking for x86_64-apple-darwin-ifc... no | |
checking for x86_64-apple-darwin-efc... no | |
checking for x86_64-apple-darwin-pgf95... no | |
checking for x86_64-apple-darwin-lf95... no | |
checking for x86_64-apple-darwin-gfortran... no | |
checking for g77... no | |
checking for f77... no | |
checking for xlf... no | |
checking for frt... no | |
checking for pgf77... no | |
checking for fort77... no | |
checking for fl32... no | |
checking for af77... no | |
checking for f90... no | |
checking for xlf90... no | |
checking for pgf90... no | |
checking for epcf90... no | |
checking for f95... no | |
checking for fort... no | |
checking for xlf95... no | |
checking for ifc... no | |
checking for efc... no | |
checking for pgf95... no | |
checking for lf95... no | |
checking for gfortran... gfortran | |
checking whether we are using the GNU Fortran 77 compiler... no | |
checking whether gfortran accepts -g... no | |
checking the maximum length of command line arguments... 65536 | |
checking command to parse nm output from gcc object... rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
ok | |
checking for objdir... .libs | |
checking for x86_64-apple-darwin-ar... no | |
checking for ar... ar | |
checking for x86_64-apple-darwin-ranlib... no | |
checking for ranlib... ranlib | |
checking for x86_64-apple-darwin-strip... strip | |
checking if gcc static flag works... rm: conftest.dSYM: is a directory | |
yes | |
checking if gcc supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: is a directory | |
yes | |
checking for gcc option to produce PIC... -fno-common | |
checking if gcc PIC flag -fno-common works... rm: conftest.dSYM: is a directory | |
yes | |
checking if gcc supports -c -o file.o... rm: conftest.dSYM: is a directory | |
yes | |
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
configure: creating libtool | |
appending configuration tag "CXX" to libtool | |
checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fno-common | |
checking if g++ PIC flag -fno-common works... rm: conftest.dSYM: is a directory | |
yes | |
checking if g++ supports -c -o file.o... rm: conftest.dSYM: is a directory | |
yes | |
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
appending configuration tag "F77" to libtool | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for gfortran option to produce PIC... -fno-common | |
checking if gfortran PIC flag -fno-common works... rm: conftest.dSYM: is a directory | |
no | |
checking if gfortran supports -c -o file.o... rm: conftest.dSYM: is a directory | |
no | |
checking whether the gfortran linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking whether ln -s works... yes | |
checking whether compiler supports pointers to undefined structures... yes | |
checking whether __SUNPRO_C is declared... no | |
checking for ANSI C header files... (cached) yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking for an ANSI C-conforming const... yes | |
checking whether char is unsigned... no | |
checking for inline... inline | |
checking for size_t... yes | |
checking for unsigned char... yes | |
checking for unsigned short... yes | |
checking if right shift is signed... yes | |
checking for short external names... ok | |
checking for memset... yes | |
checking for memcpy... yes | |
checking libjpeg API version... 8.0 | |
checking libjpeg shared library version... 8.0.2 | |
checking whether the linker supports version scripts... yes (Sun style) | |
checking whether to use version script when building libjpeg-turbo... yes | |
checking for inline... inline __attribute__((always_inline)) | |
checking whether to include arithmetic encoding support... yes | |
checking whether to include arithmetic decoding support... yes | |
checking whether to build TurboJPEG C wrapper... yes | |
checking whether to build TurboJPEG Java wrapper... no | |
checking if we have SIMD optimisations for cpu type... yes (x86_64) | |
checking for nasm... nasm | |
checking for object file format of host system... Mach-O64 | |
checking for object file format specifier (NAFLAGS) ... -fmacho64 -DMACHO -D__x86_64__ | |
checking whether the assembler (nasm -fmacho64 -DMACHO -D__x86_64__) works... yes | |
checking whether the linker accepts assembler output... yes | |
configure: creating ./config.status | |
config.status: creating pkgscripts/libjpeg-turbo.spec.tmpl | |
config.status: creating pkgscripts/makecygwinpkg.tmpl | |
config.status: creating pkgscripts/makedpkg.tmpl | |
config.status: creating pkgscripts/makemacpkg.tmpl | |
config.status: creating pkgscripts/Description.plist | |
config.status: creating pkgscripts/Info.plist | |
config.status: creating pkgscripts/uninstall.tmpl | |
config.status: creating tjbenchtest | |
config.status: creating libjpeg.map | |
config.status: creating Makefile | |
config.status: creating simd/Makefile | |
config.status: creating java/Makefile | |
config.status: creating md5/Makefile | |
config.status: creating config.h | |
config.status: config.h is unchanged | |
config.status: creating jconfig.h | |
config.status: jconfig.h is unchanged | |
config.status: executing depfiles commands | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
Making all in java | |
make[2]: Nothing to be done for `all'. | |
Making all in simd | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am | |
make[3]: Nothing to be done for `all-am'. | |
Making all in md5 | |
make[2]: Nothing to be done for `all'. | |
Making install in java | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in simd | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in md5 | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
test -z "/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib" || /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo_src/install-sh -d "/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib" | |
/bin/sh ./libtool --mode=install /usr/bin/install -c 'libjpeg.la' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib/libjpeg.la' | |
/usr/bin/install -c .libs/libjpeg.8.0.2.dylib /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib/libjpeg.8.0.2.dylib | |
(cd /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib && rm -f libjpeg.8.dylib && ln -s libjpeg.8.0.2.dylib libjpeg.8.dylib) | |
(cd /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib && rm -f libjpeg.dylib && ln -s libjpeg.8.0.2.dylib libjpeg.dylib) | |
/usr/bin/install -c .libs/libjpeg.lai /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib/libjpeg.la | |
/usr/bin/install -c .libs/libjpeg.a /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib/libjpeg.a | |
ranlib /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib/libjpeg.a | |
chmod 644 /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib/libjpeg.a | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable | |
during execution | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
/bin/sh ./libtool --mode=install /usr/bin/install -c 'libturbojpeg.la' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib/libturbojpeg.la' | |
/usr/bin/install -c .libs/libturbojpeg.0.0.0.dylib /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib/libturbojpeg.0.0.0.dylib | |
(cd /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib && rm -f libturbojpeg.0.dylib && ln -s libturbojpeg.0.0.0.dylib libturbojpeg.0.dylib) | |
(cd /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib && rm -f libturbojpeg.dylib && ln -s libturbojpeg.0.0.0.dylib libturbojpeg.dylib) | |
/usr/bin/install -c .libs/libturbojpeg.lai /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib/libturbojpeg.la | |
/usr/bin/install -c .libs/libturbojpeg.a /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib/libturbojpeg.a | |
ranlib /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib/libturbojpeg.a | |
chmod 644 /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib/libturbojpeg.a | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable | |
during execution | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
test -z "/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/bin" || /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo_src/install-sh -d "/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/bin" | |
/bin/sh ./libtool --mode=install /usr/bin/install -c 'cjpeg' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/bin/cjpeg' | |
/usr/bin/install -c .libs/cjpeg /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/bin/cjpeg | |
/bin/sh ./libtool --mode=install /usr/bin/install -c 'djpeg' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/bin/djpeg' | |
/usr/bin/install -c .libs/djpeg /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/bin/djpeg | |
/bin/sh ./libtool --mode=install /usr/bin/install -c 'jpegtran' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/bin/jpegtran' | |
/usr/bin/install -c .libs/jpegtran /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/bin/jpegtran | |
/bin/sh ./libtool --mode=install /usr/bin/install -c 'rdjpgcom' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/bin/rdjpgcom' | |
/usr/bin/install -c .libs/rdjpgcom /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/bin/rdjpgcom | |
/bin/sh ./libtool --mode=install /usr/bin/install -c 'wrjpgcom' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/bin/wrjpgcom' | |
/usr/bin/install -c .libs/wrjpgcom /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/bin/wrjpgcom | |
/bin/sh ./libtool --mode=install /usr/bin/install -c 'tjbench' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/bin/tjbench' | |
/usr/bin/install -c .libs/tjbench /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/bin/tjbench | |
test -z "/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/share/doc" || /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo_src/install-sh -d "/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/share/doc" | |
/usr/bin/install -c -m 644 'README' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/share/doc/README' | |
/usr/bin/install -c -m 644 'README-turbo.txt' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/share/doc/README-turbo.txt' | |
/usr/bin/install -c -m 644 'libjpeg.txt' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/share/doc/libjpeg.txt' | |
/usr/bin/install -c -m 644 'structure.txt' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/share/doc/structure.txt' | |
/usr/bin/install -c -m 644 'usage.txt' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/share/doc/usage.txt' | |
/usr/bin/install -c -m 644 'wizard.txt' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/share/doc/wizard.txt' | |
test -z "/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/share/doc" || /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo_src/install-sh -d "/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/share/doc" | |
/usr/bin/install -c -m 644 'example.c' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/share/doc/example.c' | |
test -z "/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/include" || /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo_src/install-sh -d "/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/include" | |
/usr/bin/install -c -m 644 'jerror.h' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/include/jerror.h' | |
/usr/bin/install -c -m 644 'jmorecfg.h' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/include/jmorecfg.h' | |
/usr/bin/install -c -m 644 'jpeglib.h' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/include/jpeglib.h' | |
/usr/bin/install -c -m 644 'turbojpeg.h' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/include/turbojpeg.h' | |
test -z "/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/man/man1" || /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo_src/install-sh -d "/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/man/man1" | |
/usr/bin/install -c -m 644 './cjpeg.1' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/man/man1/cjpeg.1' | |
/usr/bin/install -c -m 644 './djpeg.1' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/man/man1/djpeg.1' | |
/usr/bin/install -c -m 644 './jpegtran.1' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/man/man1/jpegtran.1' | |
/usr/bin/install -c -m 644 './rdjpgcom.1' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/man/man1/rdjpgcom.1' | |
/usr/bin/install -c -m 644 './wrjpgcom.1' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/man/man1/wrjpgcom.1' | |
test -z "/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/include" || /Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo_src/install-sh -d "/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/include" | |
/usr/bin/install -c -m 644 'jconfig.h' '/Users/tom/Documents/GitHub/libfreenect2/depends/libjpeg_turbo/include/jconfig.h' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment