[Ffmpeg-devel] Conficts with live.com in libavformat/rtp.h

Emiliano Parasassi millallo
Tue Jun 28 13:09:57 CEST 2005


Hi boys,
I'm having some conflicts in the names of RTCP SDES tags between
'live.com' and 'ffmpeg' libraries during compilation of my app which
uses both.

In the ffmpeg/libavformat/rtp.h code says:

typedef enum {
  RTCP_SDES_END    =  0,
  RTCP_SDES_CNAME  =  1,
  RTCP_SDES_NAME   =  2,
  RTCP_SDES_EMAIL  =  3,
  RTCP_SDES_PHONE  =  4,
  RTCP_SDES_LOC    =  5,
  RTCP_SDES_TOOL   =  6,
  RTCP_SDES_NOTE   =  7,
  RTCP_SDES_PRIV   =  8,
  RTCP_SDES_IMG    =  9,
  RTCP_SDES_DOOR   = 10,
  RTCP_SDES_SOURCE = 11
} rtcp_sdes_type_t;

in the live/liveMedia/include/RTCP.hh code says:

// SDES tags:
const unsigned char RTCP_SDES_END = 0;
const unsigned char RTCP_SDES_CNAME = 1;
const unsigned char RTCP_SDES_NAME = 2;
const unsigned char RTCP_SDES_EMAIL = 3;
const unsigned char RTCP_SDES_PHONE = 4;
const unsigned char RTCP_SDES_LOC = 5;
const unsigned char RTCP_SDES_TOOL = 6;
const unsigned char RTCP_SDES_NOTE = 7;
const unsigned char RTCP_SDES_PRIV = 8;

It is possible to change the 'rtcp_sdes_type_t' enum so live.com and
ffmpeg can be compiled together?

Thanks
Emiliano Parasassi




________________________________________________________________________


Solo quando l'ultimo albero sar? stato abbattuto,
l'ultimo fiume avvelenato,
l'ultimo pesce pescato,
vi accorgerete che non si pu? mangiare il denaro
(Orgosolo)

________________________________________________________________________





More information about the ffmpeg-devel mailing list