[FFmpeg-devel] SVN 22950: missing dependency for decoder qcelp
Ronald S. Bultje
rsbultje
Fri Apr 23 17:20:22 CEST 2010
Hi,
On Fri, Apr 23, 2010 at 11:09 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Fri, Apr 23, 2010 at 10:57:18AM -0400, Ronald S. Bultje wrote:
>> On Fri, Apr 23, 2010 at 10:52 AM, Thierry Foucu <tfoucu at gmail.com> wrote:
>> > ./configure --disable-everything --cc=gcc --enable-decoder=qcelp
>> >
>> > /tmp/ffmpeg/svn/libavcodec/qcelpdec.c:727: undefined reference to
>> > `ff_tilt_compensation'
>>
>> See attached.
>
> application/octet-stream ?
> and .p, patches should be .patch or .diff and appropriate mime type
Sorry, was too lazy to give it a proper name...
Index: libavcodec/Makefile
===================================================================
--- libavcodec/Makefile (revision 22931)
+++ libavcodec/Makefile (working copy)
@@ -260,7 +260,8 @@
OBJS-$(CONFIG_PPM_ENCODER) += pnmenc.o pnm.o
OBJS-$(CONFIG_PTX_DECODER) += ptx.o
OBJS-$(CONFIG_QCELP_DECODER) += qcelpdec.o celp_math.o \
- celp_filters.o acelp_vectors.o
+ celp_filters.o acelp_vectors.o \
+ acelp_filters.o
OBJS-$(CONFIG_QDM2_DECODER) += qdm2.o mpegaudiodec.o \
mpegaudiodecheader.o mpegaudio.o \
mpegaudiodata.o
Ronald
More information about the ffmpeg-devel
mailing list