Skip to content

Commit

Permalink
maintenance updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwendt committed Oct 27, 2024
1 parent 0e206b0 commit ef76581
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Audacious input plugin for AMIGA Future Composer audio decoding
https://github.com/mschwendt/future-composer-audio-decoding
https://github.com/mschwendt/audacious-plugins-fc

This release is built upon libfc14audiodecoder.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
AC_INIT([audacious-plugin-fc], [0.8.3.8])
AC_INIT([audacious-plugin-fc], [0.8.4])
AC_CONFIG_SRCDIR([src/audfc.h])
AM_INIT_AUTOMAKE([foreign])
AM_DISABLE_STATIC
AM_PROG_LIBTOOL
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_MACRO_DIR([m4])

Expand Down Expand Up @@ -37,5 +35,7 @@ test "x$audfc_plugin_dir" == "x" && AC_MSG_ERROR([check failed])
AUDACIOUS_IPLUGIN_DIR="$audfc_plugin_dir/Input"
AC_SUBST([AUDACIOUS_IPLUGIN_DIR])

LT_INIT([disable-static])

AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT

0 comments on commit ef76581

Please sign in to comment.