parent
2f3934c20e
commit
f39667c0cd
|
@ -24,6 +24,8 @@
|
|||
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#if HAVE_LIBAVCODEC
|
||||
|
||||
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(54,25,0)
|
||||
#define _AVCODECID AVCodecID
|
||||
#else
|
||||
|
@ -385,4 +387,6 @@ bool RtpSource::getFrame( Buffer &buffer )
|
|||
return( true );
|
||||
}
|
||||
|
||||
#undef _AVCODECID
|
||||
#undef _AVCODECID
|
||||
|
||||
#endif // HAVE_LIBAVCODEC
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
#include <stdint.h>
|
||||
#include <string>
|
||||
|
||||
#if HAVE_LIBAVCODEC
|
||||
|
||||
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(54,25,0)
|
||||
#define _AVCODECID AVCodecID
|
||||
#else
|
||||
|
@ -189,4 +191,6 @@ public:
|
|||
|
||||
#undef _AVCODECID
|
||||
|
||||
#endif // HAVE_LIBAVCODEC
|
||||
|
||||
#endif // ZM_RTP_SOURCE_H
|
||||
|
|
Loading…
Reference in New Issue