| OLD | NEW |
| 1 %define ARCH_X86 | 1 %define ARCH_X86 |
| 2 %define ARCH_X86_64 | 2 %define ARCH_X86_64 |
| 3 %define HAVE_AVX | 3 %define HAVE_AVX |
| 4 %define HAVE_MMX | 4 %define HAVE_MMX |
| 5 %define HAVE_MMX2 | 5 %define HAVE_MMX2 |
| 6 %define HAVE_SSE | 6 %define HAVE_SSE |
| 7 %define HAVE_SSSE3 | 7 %define HAVE_SSSE3 |
| 8 %define HAVE_FAST_UNALIGNED | 8 %define HAVE_FAST_UNALIGNED |
| 9 %define HAVE_PTHREADS | 9 %define HAVE_PTHREADS |
| 10 %define HAVE_ALIGNED_STACK | 10 %define HAVE_ALIGNED_STACK |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 %define HAVE_SYS_SELECT_H | 59 %define HAVE_SYS_SELECT_H |
| 60 %define HAVE_SYS_SOUNDCARD_H | 60 %define HAVE_SYS_SOUNDCARD_H |
| 61 %define HAVE_TERMIOS_H | 61 %define HAVE_TERMIOS_H |
| 62 %define HAVE_THREADS | 62 %define HAVE_THREADS |
| 63 %define HAVE_TRUNC | 63 %define HAVE_TRUNC |
| 64 %define HAVE_TRUNCF | 64 %define HAVE_TRUNCF |
| 65 %define HAVE_XMM_CLOBBERS | 65 %define HAVE_XMM_CLOBBERS |
| 66 %define HAVE_YASM | 66 %define HAVE_YASM |
| 67 %define CONFIG_DECODERS | 67 %define CONFIG_DECODERS |
| 68 %define CONFIG_DEMUXERS | 68 %define CONFIG_DEMUXERS |
| 69 %define CONFIG_ENCODERS | |
| 70 %define CONFIG_PARSERS | 69 %define CONFIG_PARSERS |
| 71 %define CONFIG_PROTOCOLS | 70 %define CONFIG_PROTOCOLS |
| 72 %define CONFIG_AVCODEC | 71 %define CONFIG_AVCODEC |
| 73 %define CONFIG_AVDEVICE | 72 %define CONFIG_AVDEVICE |
| 74 %define CONFIG_AVFILTER | 73 %define CONFIG_AVFILTER |
| 75 %define CONFIG_AVFORMAT | 74 %define CONFIG_AVFORMAT |
| 76 %define CONFIG_FASTDIV | 75 %define CONFIG_FASTDIV |
| 77 %define CONFIG_FFPROBE | 76 %define CONFIG_FFPROBE |
| 78 %define CONFIG_FFT | 77 %define CONFIG_FFT |
| 79 %define CONFIG_GOLOMB | 78 %define CONFIG_GOLOMB |
| 80 %define CONFIG_H264PRED | 79 %define CONFIG_H264PRED |
| 81 %define CONFIG_LIBVPX | |
| 82 %define CONFIG_MDCT | 80 %define CONFIG_MDCT |
| 83 %define CONFIG_PIC | 81 %define CONFIG_PIC |
| 84 %define CONFIG_RDFT | 82 %define CONFIG_RDFT |
| 85 %define CONFIG_SHARED | 83 %define CONFIG_SHARED |
| 86 %define CONFIG_STATIC | 84 %define CONFIG_STATIC |
| 87 %define CONFIG_SWSCALE_ALPHA | 85 %define CONFIG_SWSCALE_ALPHA |
| 88 %define CONFIG_AVUTIL | 86 %define CONFIG_AVUTIL |
| 89 %define CONFIG_THEORA_DECODER | 87 %define CONFIG_THEORA_DECODER |
| 90 %define CONFIG_VP3_DECODER | 88 %define CONFIG_VP3_DECODER |
| 91 %define CONFIG_VP8_DECODER | 89 %define CONFIG_VP8_DECODER |
| 92 %define CONFIG_FLAC_DECODER | 90 %define CONFIG_FLAC_DECODER |
| 93 %define CONFIG_VORBIS_DECODER | 91 %define CONFIG_VORBIS_DECODER |
| 94 %define CONFIG_PCM_F32LE_DECODER | 92 %define CONFIG_PCM_F32LE_DECODER |
| 95 %define CONFIG_PCM_S16LE_DECODER | 93 %define CONFIG_PCM_S16LE_DECODER |
| 96 %define CONFIG_PCM_U8_DECODER | 94 %define CONFIG_PCM_U8_DECODER |
| 97 %define CONFIG_LIBVPX_DECODER | |
| 98 %define CONFIG_LIBVPX_ENCODER | |
| 99 %define CONFIG_FLAC_PARSER | 95 %define CONFIG_FLAC_PARSER |
| 100 %define CONFIG_VP8_PARSER | 96 %define CONFIG_VP8_PARSER |
| 101 %define CONFIG_FLAC_DEMUXER | 97 %define CONFIG_FLAC_DEMUXER |
| 102 %define CONFIG_MATROSKA_DEMUXER | 98 %define CONFIG_MATROSKA_DEMUXER |
| 103 %define CONFIG_OGG_DEMUXER | 99 %define CONFIG_OGG_DEMUXER |
| 104 %define CONFIG_WAV_DEMUXER | 100 %define CONFIG_WAV_DEMUXER |
| OLD | NEW |