vgmstream/test
Daniel Richard G bc45567208 Various updates to the Autotools build system:
Makefile.audacious.am:

* Add test/ subdirectory to the Autotools build

* Add version.h to EXTRA_DIST so that "make distcheck" passes

audacious/Makefile.audacious.am:

* Install Audacious plug-in into the appropriate directory

* No need to include CXXFLAGS in AM_CXXFLAGS, as the former is already
  included in the compiler invocation

configure.ac:

* Need to link to libvorbis in order for static-library builds
  (--disable-shared) to link correctly

* Only add GCC-specific compiler flags if GCC is detected

* Tightened up the GCC warning flags

* Don't set LIBS, so that different targets can link against different
  libraries

* Generate makefile for test/ subdirectory

src/Makefile.audacious.am:

* Install libvgmstream into the library directory

* Removed GCC-specific flag from AM_CFLAGS

* No need to include CFLAGS in AM_CFLAGS, as the former is already
  included in the compiler invocation

* Add libvgmstream dependencies via LIBADD instead of global LIBS var

test/Makefile.audacious.am:

* New makefile template for test/ subdirectory

unbootstrap:

* Also remove "compile" script from bootstrap
2017-12-25 22:18:55 -05:00
..
Makefile test/Makefile: fix missing vorbis 2017-12-07 23:21:32 +08:00
Makefile.audacious.am Various updates to the Autotools build system: 2017-12-25 22:18:55 -05:00
Makefile.mingw Update Makefiles for FFmpeg Opus (swresample.dll) 2017-09-24 19:14:19 +02:00
test.c Add vgmstream_force_loop, comments (API cleanup) 2017-12-06 16:55:41 +01:00
test.vcproj Create a VC project for the test binary. 2015-05-20 02:34:15 -04:00
test.vcxproj Update VS project files for FFmpeg Opus (swresample.dll) 2017-09-24 19:15:24 +02:00
test.vcxproj.filters Create project files for VS2015 2015-08-30 10:27:27 -05:00
vrts.bat Update regression testing script to test performance 2017-11-10 23:17:01 +01:00