Skip to content

Commit

Permalink
Fix configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
bnnm committed Aug 1, 2020
1 parent 6be43ae commit 36cea56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ PKG_CHECK_MODULES(MPG123, [libmpg123], have_libmpg123=yes,
)
AM_CONDITIONAL(HAVE_LIBMPG123, test "$have_libmpg123" = yes)

#have_ffmpeg=no
have_ffmpeg=no
#PKG_CHECK_MODULES(FFMPEG, [libavformat libavcodec libavutil libswresample], have_ffmpeg=yes,
# [AC_MSG_WARN([Cannot find ffmpeg - will not enable FFmpeg formats])]
#)
#AM_CONDITIONAL(HAVE_FFMPEG, test "$have_ffmpeg" = yes)
AM_CONDITIONAL(HAVE_FFMPEG, test "$have_ffmpeg" = yes)

have_audacious=no
PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 3.5.0], have_audacious=yes,
Expand Down

0 comments on commit 36cea56

Please sign in to comment.