002-no_sdl_check.patch 445 B

1234567891011121314
  1. --- libtheora-1.1.1/configure.ac 2009-10-01 20:00:33.000000000 +0200
  2. +++ libtheora-1.1.1.new/configure.ac 2012-12-05 14:22:26.319523608 +0100
  3. @@ -313,11 +313,6 @@
  4. dnl check for SDL
  5. HAVE_SDL=no
  6. -AM_PATH_SDL(,[
  7. - HAVE_SDL=yes
  8. - SDL_LIBS=`$SDL_CONFIG --libs`
  9. -],AC_MSG_WARN([*** Unable to find SDL -- Not compiling example players ***]))
  10. -
  11. dnl check for OSS
  12. HAVE_OSS=no
  13. AC_CHECK_HEADERS([sys/soundcard.h soundcard.h machine/soundcard.h],[