mirror of
https://github.com/mpv-player/mpv
synced 2025-04-16 20:31:06 +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:
parent
71a16e8976
commit
81b93f7e7a
5
configure
vendored
5
configure
vendored
@ -7414,6 +7414,11 @@ $_def_libavformat_win32
|
|||||||
/* Use libavcodec's encoders */
|
/* Use libavcodec's encoders */
|
||||||
#define CONFIG_ENCODERS 1
|
#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_MPEGAUDIO_HP 1
|
||||||
|
|
||||||
#define CONFIG_GPL 1
|
#define CONFIG_GPL 1
|
||||||
|
Loading…
Reference in New Issue
Block a user