Skip to content

Commit

Permalink
Applied Debian patch 01_no_lvorbis_logg.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 15, 2013
1 parent 93e7656 commit 53f58cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -487,7 +487,7 @@ if test x$enable_music_ogg = xyes; then
echo "-- dynamic libvorbisfile -> $ogg_lib"
EXTRA_CFLAGS="$EXTRA_CFLAGS -DOGG_DYNAMIC=\\\"$ogg_lib\\\""
else
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lvorbisfile -lvorbis -logg -lm"
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lvorbisfile -lvorbis"
fi
else
AC_MSG_WARN([*** Unable to find Ogg Vorbis library (http://www.xiph.org/)])
Expand Down

0 comments on commit 53f58cc

Please sign in to comment.