1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 19:05:33 +00:00

libavformat now requires CONFIG_(DE)MUXERS #defines.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16552 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-09-23 00:55:11 +00:00
parent 71a16e8976
commit 81b93f7e7a

5
configure vendored
View File

@ -7414,6 +7414,11 @@ $_def_libavformat_win32
/* Use libavcodec's encoders */
#define CONFIG_ENCODERS 1
/* Use libavformat's demuxers */
#define CONFIG_DEMUXERS 1
/* Use libavformat's muxers */
#define CONFIG_MUXERS 1
#define CONFIG_MPEGAUDIO_HP 1
#define CONFIG_GPL 1