diff smacker.c @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents d52c718e83f9
children d280eb6ace33
line wrap: on
line diff
--- a/smacker.c	Fri May 09 11:25:27 2008 +0000
+++ b/smacker.c	Fri May 09 11:56:36 2008 +0000
@@ -23,9 +23,9 @@
  * Based on http://wiki.multimedia.cx/index.php?title=Smacker
  */
 
+#include "libavutil/bswap.h"
 #include "avformat.h"
 #include "riff.h"
-#include "bswap.h"
 
 #define SMACKER_PAL 0x01
 #define SMACKER_FLAG_RING_FRAME 0x01