Mercurial > mplayer.hg
changeset 36311:9fab03575b89
configure: prevent future ffmpeg from failing to build
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
author | michael |
---|---|
date | Tue, 06 Aug 2013 16:22:46 +0000 |
parents | 7b135b3b8b38 |
children | ebf1b3af62cd |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Aug 05 18:57:04 2013 +0000 +++ b/configure Tue Aug 06 16:22:46 2013 +0000 @@ -8539,6 +8539,8 @@ CONFIG_MPEGVIDEOENC = yes CONFIG_RANGECODER = yes CONFIG_RDFT = yes +CONFIG_RIFFDEC = yes +CONFIG_RIFFENC = yes CONFIG_RTPENC_CHAIN = yes CONFIG_SINEWIN = yes CONFIG_VIDEODSP = yes @@ -9142,6 +9144,8 @@ #define CONFIG_MDCT 1 #define CONFIG_MPEGVIDEO 1 #define CONFIG_RDFT 1 +#define CONFIG_RIFFDEC 1 +#define CONFIG_RIFFENC 1 #define CONFIG_VIDEODSP 1 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */