diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-03-01 00:06:42 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-01 00:06:42 +0100 |
commit | 7fce8c752d87ca4738179bb7e9238bae67abdeac (patch) | |
tree | cf884999bbf61ac8a23cc37843915e49e51a42d7 /libavcodec/Makefile | |
parent | 5c17377e28e818d3074a608d42821d66f1d26e8d (diff) | |
parent | 71f1ad37d858b810b71a4af1c25771beaa50b27b (diff) | |
download | ffmpeg-7fce8c752d87ca4738179bb7e9238bae67abdeac.tar.gz |
Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b'
* commit '71f1ad37d858b810b71a4af1c25771beaa50b27b':
lavc: do not compile fmtconvert unconditionally
Conflicts:
configure
libavcodec/ppc/Makefile
libavcodec/x86/Makefile
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index a4204d8783..d15ef492d7 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -24,7 +24,6 @@ OBJS = allcodecs.o \ bitstream_filter.o \ codec_desc.o \ dv_profile.o \ - fmtconvert.o \ imgconvert.o \ mathtables.o \ options.o \ @@ -56,6 +55,7 @@ FFT-OBJS-$(CONFIG_HARDCODED_TABLES) += cos_tables.o cos_fixed_tables.o OBJS-$(CONFIG_FFT) += avfft.o fft_fixed.o fft_float.o \ fft_fixed_32.o fft_init_table.o \ $(FFT-OBJS-yes) +OBJS-$(CONFIG_FMTCONVERT) += fmtconvert.o OBJS-$(CONFIG_GOLOMB) += golomb.o OBJS-$(CONFIG_H263DSP) += h263dsp.o OBJS-$(CONFIG_H264CHROMA) += h264chroma.o |