diff mpegenc.c @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 905bf0c5da8c
children 201853ef633e
line wrap: on
line diff
--- a/mpegenc.c	Fri May 09 11:25:27 2008 +0000
+++ b/mpegenc.c	Fri May 09 11:56:36 2008 +0000
@@ -19,9 +19,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "libavutil/fifo.h"
+#include "libavcodec/bitstream.h"
 #include "avformat.h"
-#include "bitstream.h"
-#include "fifo.h"
 #include "mpeg.h"
 
 #define MAX_PAYLOAD_SIZE 4096