mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-12-02 18:17:18 +01:00
autotools: enable ffmpeg as should now build ok
This commit is contained in:
parent
0b14f9a446
commit
2b042d6eed
@ -42,9 +42,9 @@ PKG_CHECK_MODULES(SPEEX, [speex], have_libspeex=yes,
|
|||||||
AM_CONDITIONAL(HAVE_LIBSPEEX, test "$have_libspeex" = yes)
|
AM_CONDITIONAL(HAVE_LIBSPEEX, test "$have_libspeex" = yes)
|
||||||
|
|
||||||
have_ffmpeg=no
|
have_ffmpeg=no
|
||||||
#PKG_CHECK_MODULES(FFMPEG, [libavformat libavcodec libavutil libswresample], have_ffmpeg=yes,
|
PKG_CHECK_MODULES(FFMPEG, [libavformat libavcodec libavutil libswresample], have_ffmpeg=yes,
|
||||||
# [AC_MSG_WARN([Cannot find ffmpeg - will not enable FFmpeg formats])]
|
[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
|
have_audacious=no
|
||||||
|
Loading…
Reference in New Issue
Block a user