Mercurial > libavformat.hg
diff asfcrypt.c @ 3286:6f61c3b36632 libavformat
Use full path for #includes from another directory.
| author | diego |
|---|---|
| date | Fri, 09 May 2008 11:56:36 +0000 |
| parents | 2d28b2a5b2e4 |
| children | 8b49322b8735 |
line wrap: on
line diff
--- a/asfcrypt.c Fri May 09 11:25:27 2008 +0000 +++ b/asfcrypt.c Fri May 09 11:56:36 2008 +0000 @@ -19,11 +19,12 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "common.h" -#include "intreadwrite.h" -#include "bswap.h" -#include "des.h" -#include "rc4.h" + +#include "libavutil/common.h" +#include "libavutil/intreadwrite.h" +#include "libavutil/bswap.h" +#include "libavutil/des.h" +#include "libavutil/rc4.h" #include "asfcrypt.h" /**
