Fix #include path, headers from other directories need to have
authorDiego Biurrun <diego@biurrun.de>
Wed, 20 Aug 2008 21:58:05 +0000 (21:58 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 20 Aug 2008 21:58:05 +0000 (21:58 +0000)
the directory name prefixed now.

Originally committed as revision 14868 to svn://svn.ffmpeg.org/ffmpeg/trunk

tools/pktdumper.c

index 2d5a3b7..781a3c2 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <avformat.h>
 #include <limits.h>
 #include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include "libavformat/avformat.h"
 
 #define PKTFILESUFF "_%08"PRId64"_%02d_%010"PRId64"_%06d_%c.bin"