VirtualBox

source: vbox/trunk/src/libs/libpng-1.6.42/contrib/conftest/s_read.dfa@ 103980

最後變更 在這個檔案從103980是 96425,由 vboxsync 提交於 2 年 前

src/libs: Switch to libpng-1.6.37, bugref:8515 [re-export]

檔案大小: 1.3 KB
 
1# s_read.dfa
2# Build time configuration of libpng
3#
4# Author: John Bowler
5# Copyright: (c) John Bowler, 2013
6# Usage rights:
7# To the extent possible under law, the author has waived all copyright and
8# related or neighboring rights to this work. This work is published from:
9# United States.
10#
11# Build libpng with simplified read support (only). This builds a minimal
12# libpng able to read all PNG formats and convert them into a small number of
13# well understood memory formats.
14#
15
16everything = off
17
18option SIMPLIFIED_READ on
19
20# It isn't necessary to chose fixed or floating point for the APIs because the
21# simplified API doesn't need fixed or floating point numbers. It is necessary
22# to chose an internal math implementation. The default (because of 'everything
23# = off') is fixed point - turn the floating point implementation on if you have
24# hardware floating point or prefer your software floating point implementation.
25option FLOATING_ARITHMETIC on
26
27# This is not strictly necessary, but without it the message strings in the API
28# will not be filled in
29option ERROR_TEXT on
30
31# Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
32# need this if you don't use them, they just allow the in-memory layout to be
33# changed to match common hardware formats.
34option SIMPLIFIED_READ_AFIRST on
35option SIMPLIFIED_READ_BGR on
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette