Files
source/ext/libsmacker/configure.ac
T
de78480c9c vendor libsmacker 1.2
libsmacker is an open reimplementation of the parts of smackw32.dll needed
to get frames and audio out of an .smk file. Vendoring it here is the first
step to dropping the proprietary SMACKW32.LIB/SMACKW32.DLL dependency.

Nothing links against it yet.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-23 19:01:37 -03:00

14 lines
199 B
Plaintext

AC_INIT([libsmacker], [1.2.0], [kennedy.greg@gmail.com])
AC_CONFIG_MACRO_DIRS([m4])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
AC_HEADER_ASSERT
AC_PROG_LIBTOOL
AC_CONFIG_FILES([Makefile])
AC_OUTPUT