Mercurial > libavformat.hg
diff rtp_internal.h @ 3286:6f61c3b36632 libavformat
Use full path for #includes from another directory.
| author | diego |
|---|---|
| date | Fri, 09 May 2008 11:56:36 +0000 |
| parents | 6da0564c9d02 |
| children | 1b6245500d8c |
line wrap: on
line diff
--- a/rtp_internal.h Fri May 09 11:25:27 2008 +0000 +++ b/rtp_internal.h Fri May 09 11:56:36 2008 +0000 @@ -24,7 +24,7 @@ #define FFMPEG_RTP_INTERNAL_H #include <stdint.h> -#include "avcodec.h" +#include "libavcodec/avcodec.h" #include "rtp.h" // these statistics are used for rtcp receiver reports...
