diff options
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r-- | libavformat/rtp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h index 21cfdb4cf1..36affed420 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -21,7 +21,7 @@ #ifndef FFMPEG_RTP_H #define FFMPEG_RTP_H -#include "avcodec.h" +#include "libavcodec/avcodec.h" #include "avformat.h" #define RTP_MIN_PACKET_LENGTH 12 |