comparison configure @ 37168:04f2b82fc98f

configure: add CONFIG_WMA_FREQS for libavcodec to avoid build failure Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
author michael
date Thu, 04 Sep 2014 17:55:42 +0000
parents b25434b964e0
children ba344b4947c5
comparison
equal deleted inserted replaced
37167:30a8897dd22d 37168:04f2b82fc98f
8711 CONFIG_RTPENC_CHAIN = yes 8711 CONFIG_RTPENC_CHAIN = yes
8712 CONFIG_SINEWIN = yes 8712 CONFIG_SINEWIN = yes
8713 CONFIG_STARTCODE = yes 8713 CONFIG_STARTCODE = yes
8714 CONFIG_VIDEODSP = yes 8714 CONFIG_VIDEODSP = yes
8715 CONFIG_VP3DSP = yes 8715 CONFIG_VP3DSP = yes
8716 CONFIG_WMA_FREQS = yes
8716 8717
8717 $mak_hardcoded_tables 8718 $mak_hardcoded_tables
8718 $mak_libavcodec_mpegaudio_hp 8719 $mak_libavcodec_mpegaudio_hp
8719 !CONFIG_LIBRTMP = $nolibrtmp 8720 !CONFIG_LIBRTMP = $nolibrtmp
8720 CONFIG_LIBRTMP = $_librtmp 8721 CONFIG_LIBRTMP = $_librtmp
9341 #define CONFIG_RDFT 1 9342 #define CONFIG_RDFT 1
9342 #define CONFIG_RIFFDEC 1 9343 #define CONFIG_RIFFDEC 1
9343 #define CONFIG_RIFFENC 1 9344 #define CONFIG_RIFFENC 1
9344 #define CONFIG_STARTCODE 1 9345 #define CONFIG_STARTCODE 1
9345 #define CONFIG_VIDEODSP 1 9346 #define CONFIG_VIDEODSP 1
9347 #define CONFIG_WMA_FREQS 1
9346 9348
9347 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ 9349 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */
9348 #ifndef MP_DEBUG 9350 #ifndef MP_DEBUG
9349 #define HAVE_EBP_AVAILABLE 1 9351 #define HAVE_EBP_AVAILABLE 1
9350 #else 9352 #else