Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame^] | 1 | Use libsdl2 instead of libsdl 1.2, which is dead upstream. |
| 2 | |
| 3 | Luckily the API that mpg123 use didn't change so this is a trivial change. |
| 4 | |
| 5 | Upstream-Status: Submitted [https://sourceforge.net/p/mpg123/bugs/268/] |
| 6 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
| 7 | |
| 8 | diff --git a/configure.ac b/configure.ac |
| 9 | index 6216d4f..b8d3344 100644 |
| 10 | --- a/configure.ac |
| 11 | +++ b/configure.ac |
| 12 | @@ -1694 +1694 @@ do |
| 13 | - PKG_CHECK_MODULES(SDL, sdl, output_modules="$output_modules sdl" HAVE_SDL="yes", HAVE_SDL="no" check_failed=yes) |
| 14 | + PKG_CHECK_MODULES(SDL, sdl2, output_modules="$output_modules sdl" HAVE_SDL="yes", HAVE_SDL="no" check_failed=yes) |