Author: michael Date: Sat Jul 18 00:24:27 2015 New Revision: 37432 Log: configure: Also add matching #define CONFIG_* for the recently added CONFIG_* = yes Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> Modified: trunk/configure Modified: trunk/configure ============================================================================== --- trunk/configure Fri Jul 17 23:46:05 2015 (r37431) +++ trunk/configure Sat Jul 18 00:24:27 2015 (r37432) @@ -9257,9 +9257,11 @@ $def_gnutls #define CONFIG_FAANDCT 1 #define CONFIG_FAANIDCT 1 #define CONFIG_FDCTDSP 1 +#define CONFIG_FLACDSP 1 #define CONFIG_FMTCONVERT 1 #define CONFIG_FRAME_THREAD_ENCODER 1 #define CONFIG_FFT 1 +#define CONFIG_G722DSP 1 #define CONFIG_GOLOMB 1 #define CONFIG_H263DSP 1 #define CONFIG_H264CHROMA 1 @@ -9268,21 +9270,27 @@ $def_gnutls #define CONFIG_H264QPEL 1 #define CONFIG_HUFFMAN 1 #define CONFIG_IDCTDSP 1 +#define CONFIG_IVIDSP 1 #define CONFIG_LPC 1 #define CONFIG_LZO 1 #define CONFIG_MDCT 1 #define CONFIG_ME_CMP 1 #define CONFIG_MPEG_ER 1 #define CONFIG_MPEGVIDEO 1 +#define CONFIG_MSS34DSP 1 #define CONFIG_PIXBLOCKDSP 1 #define CONFIG_RDFT 1 #define CONFIG_RIFFDEC 1 #define CONFIG_RIFFENC 1 +#define CONFIG_RV34DSP 1 #define CONFIG_SNAPPY 1 #define CONFIG_STARTCODE 1 #define CONFIG_TEXTUREDSP 1 #define CONFIG_VIDEODSP 1 +#define CONFIG_VP56DSP 1 +#define CONFIG_VP8DSP 1 #define CONFIG_WMA_FREQS 1 +#define CONFIG_WMV2DSP 1 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ #ifndef MP_DEBUG
On Sat, 18 Jul 2015 00:24:27 +0200 (CEST) michael <subversion@mplayerhq.hu> wrote:
Author: michael Date: Sat Jul 18 00:24:27 2015 New Revision: 37432
Log: configure: Also add matching #define CONFIG_* for the recently added CONFIG_* = yes
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Modified: trunk/configure
[...] Is this needed for all the CONFIG_*DSP? Many of the ones that were already there (eg. CONFIG_VP3DSP, CONFIG_HUFFYUVDSP, CONFIG_MPEGAUDIODSP, and others) have only the CONFIG* = yes part and not the #define part. Ciao, Roberto
participants (2)
-
michael -
Roberto Togni