mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-28 00:24:44 +00:00
added libraries: opus flac libsndfile updated: libvorbis libogg openal - Everything works as expected for now. Bare in mind libsndfile needed the check for whether or not it could find the xiph libraries removed in order for this to work.
7 lines
175 B
Makefile
7 lines
175 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
oggincludedir = $(includedir)/ogg
|
|
|
|
ogginclude_HEADERS = ogg.h os_types.h
|
|
nodist_ogginclude_HEADERS = config_types.h
|