linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Compiling Linphone 3.5.2 on OpenSuse 12.3


From: Richard Theisen
Subject: [Linphone-developers] Compiling Linphone 3.5.2 on OpenSuse 12.3
Date: Sat, 23 Mar 2013 10:01:44 -0400

Hello,
  I'm receiving 3 variable undeclared errors: CODEC_FLAG_H263P_UMV,
CODEC_FLAG_H263P_SLICE_STRUCT, and FF_I_TYPE. What are the valid values
for these items? Where should have these been defined?

Thank you,
  Richard



videoenc.c: In function ‘ms_ffmpeg_check_init’:
videoenc.c:56:3: warning: implicit declaration of function
‘avcodec_init’ [-Wimplicit-function-declaration]
videoenc.c: In function ‘prepare’:
videoenc.c:239:2: warning: ‘avcodec_get_context_defaults’ is deprecated
(declared at /usr/include/libavcodec/avcodec.h:3437)
[-Wdeprecated-declarations]
videoenc.c: In function ‘prepare_h263’:
videoenc.c:303:13: error: ‘CODEC_FLAG_H263P_UMV’ undeclared (first use
in this function)
videoenc.c:303:13: note: each undeclared identifier is reported only
once for each function it appears in
videoenc.c:305:13: error: ‘CODEC_FLAG_H263P_SLICE_STRUCT’ undeclared
(first use in this function)
videoenc.c: In function ‘enc_preprocess’:
videoenc.c:345:2: warning: ‘avcodec_open’ is deprecated (declared
at /usr/include/libavcodec/avcodec.h:3569) [-Wdeprecated-declarations]
videoenc.c: In function ‘add_rfc2190_header’:
videoenc.c:375:41: error: ‘FF_I_TYPE’ undeclared (first use in this
function)
videoenc.c: In function ‘process_frame’:
videoenc.c:782:18: error: ‘FF_I_TYPE’ undeclared (first use in this
function)
videoenc.c:794:2: warning: ‘avcodec_encode_video’ is deprecated
(declared at /usr/include/libavcodec/avcodec.h:4272)
[-Wdeprecated-declarations]
make[5]: *** [videoenc.lo] Error 1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]