[FFmpeg-cvslog] r14868 - trunk/tools/pktdumper.c
diego
subversion
Wed Aug 20 23:58:06 CEST 2008
Author: diego
Date: Wed Aug 20 23:58:05 2008
New Revision: 14868
Log:
Fix #include path, headers from other directories need to have
the directory name prefixed now.
Modified:
trunk/tools/pktdumper.c
Modified: trunk/tools/pktdumper.c
==============================================================================
--- trunk/tools/pktdumper.c (original)
+++ trunk/tools/pktdumper.c Wed Aug 20 23:58:05 2008
@@ -18,13 +18,13 @@
* 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"
More information about the ffmpeg-cvslog
mailing list