add 32 bits edition - release

This commit is contained in:
Philippe G
2021-03-14 14:42:25 -07:00
parent 46a43efd70
commit 9563f1ed44

View File

@@ -33,8 +33,12 @@ set_source_files_properties(flac.c
-Wno-maybe-uninitialized
)
if(${DEPTH} EQUAL "32")
add_definitions(-DLINKALL -DLOOPBACK -DNO_FAAD -DEMBEDDED -DTREMOR_ONLY -DBYTES_PER_FRAME=8)
else()
add_definitions(-DLINKALL -DLOOPBACK -DNO_FAAD -DRESAMPLE16 -DEMBEDDED -DTREMOR_ONLY -DBYTES_PER_FRAME=4)
# add_definitions(-DLINKALL -DLOOPBACK -DNO_FAAD -DEMBEDDED -DTREMOR_ONLY -DBYTES_PER_FRAME=8)
endif()
add_compile_options (-O3 )